From: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx> This Series adds some Nodes to mt7986 devicetree and the BananaPi R3 i included sams series for mt7986 DTS with small changes https://patchwork.kernel.org/project/linux-mediatek/cover/20220427124741.18245-1-sam.shih@xxxxxxxxxxxx/ this series need these Patches: - Add mt7986 i2c support https://patchwork.kernel.org/project/linux-mediatek/cover/20221009101631.82380-1-linux@xxxxxxxxx/ - Add mmc-support for mt7986 https://patchwork.kernel.org/project/linux-mediatek/cover/20221008165627.114782-1-linux@xxxxxxxxx/ - hwrng: mediatek: add mt7986 support https://patchwork.kernel.org/project/linux-mediatek/patch/20221008164553.113260-1-linux@xxxxxxxxx/ - pinctrl: mediatek: allow configuring uart rx/tx and rts/cts separately https://patchwork.kernel.org/project/linux-mediatek/patch/20221008164807.113590-1-linux@xxxxxxxxx/ Frank Wunderlich (6): dt-bindings: phy: mediatek,tphy: add support for mt7986 dt-bindings: PCI: mediatek-gen3: add support for mt7986 dt-bindings: usb: mtk-xhci: add support for mt7986 dt-bindings: arm64: dts: mediatek: add compatible for bananapi r3 arm64: dts: mt7986: add i2c node arm64: dts: mt7986: add Bananapi R3 Sam Shih (6): arm64: dts: mt7986: harmonize device node order arm64: dts: mt7986: add spi related device nodes arm64: dts: mt7986: add pcie related device nodes arm64: dts: mt7986: add usb related device nodes arm64: dts: mt7986: add crypto related device nodes arm64: dts: mt7986: add mmc related device nodes .../devicetree/bindings/arm/mediatek.yaml | 1 + .../bindings/pci/mediatek-pcie-gen3.yaml | 1 + .../bindings/phy/mediatek,tphy.yaml | 1 + .../bindings/usb/mediatek,mtk-xhci.yaml | 1 + arch/arm64/boot/dts/mediatek/Makefile | 2 + .../mediatek/mt7986a-bananapi-bpi-r3-emmc.dts | 34 + .../mediatek/mt7986a-bananapi-bpi-r3-sd.dts | 29 + .../dts/mediatek/mt7986a-bananapi-bpi-r3.dtsi | 609 ++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 263 ++++++-- arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 183 ++++++ arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 83 ++- 11 files changed, 1152 insertions(+), 55 deletions(-) create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-emmc.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dtsi -- 2.34.1