]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/dts/Makefile
ARM: at91: dt: add dts files for sama5d3xek board
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 24 Mar 2017 01:18:41 +0000 (09:18 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Apr 2017 20:44:50 +0000 (14:44 -0600)
commit110fa9797d3b9f7e71aa0ba55905d6ade9a68c00
treeafa466d054ba010657006a666678ee0cd1f483e0
parentf2f3c1576a5d4b15788843ab3353e6307fe380ba
ARM: at91: dt: add dts files for sama5d3xek board

Add the device tree files for sama5d3xek board.

The dts files are copied from Linux-4.9, do the changes as below.
 - add reg property for the pinctrl node.
 - move the gpio nodes (pioA, pioB, pioC ...) as the pinctrl's
   slibling nodes.
 - add the "u-boot,dm-pre-reloc" property to determine which nodes
   which are needed by SPL and by the board_init_f stage.
 - fix the compile warning.
 - add spi0 node aliases.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
25 files changed:
arch/arm/dts/Makefile
arch/arm/dts/sama5d3.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d31.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d31ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d33.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d33ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d34.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d34ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d35.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d35ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d36.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d36ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d36ek_cmp.dts [new file with mode: 0644]
arch/arm/dts/sama5d3_can.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3_emac.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3_gmac.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3_lcd.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3_mci2.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3_tcb1.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3_uart.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3xcm.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3xcm_cmp.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3xdm.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3xmb.dtsi [new file with mode: 0644]
arch/arm/dts/sama5d3xmb_cmp.dtsi [new file with mode: 0644]