OSDN Git Service

arm64: dts: sparx5: Add basic cpu support
authorLars Povlsen <lars.povlsen@microchip.com>
Mon, 15 Jun 2020 13:32:35 +0000 (15:32 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 22 Jul 2020 20:28:38 +0000 (22:28 +0200)
commit6694aee00a4b478d2dd82837f39b5dc9cbedfbcf
tree3aeeb6242d53c33682a10dc3ac2b3ecdca6b17de
parent31a91c87a42bf3f7261e5752db5784fa43fbced5
arm64: dts: sparx5: Add basic cpu support

This adds the basic DT structure for the Microchip Sparx5 SoC, and the
reference boards, pcb125, pcb134 and pcb135. The two latter have a
NAND vs a eMMC centric variant (as a mount option).

Link: https://lore.kernel.org/r/20200615133242.24911-4-lars.povlsen@microchip.com
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 files changed:
MAINTAINERS
arch/arm64/boot/dts/Makefile
arch/arm64/boot/dts/microchip/Makefile [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb125.dts [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb134.dts [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb134_emmc.dts [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb135.dts [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb135_emmc.dts [new file with mode: 0644]
arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi [new file with mode: 0644]