ARM: dts: at91: Add dts files for at91sam9x5ek
authorWenyou Yang <wenyou.yang@atmel.com>
Tue, 18 Apr 2017 05:49:34 +0000 (13:49 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
commit25e88d406ed065750035a666af553e48b756b16c
tree4a4ea00a3ea15bf506857d89a452b98c4d5d0931
parentf8b7fff1d5c5297d290acab1e398bd410b0c2e68
ARM: dts: at91: Add dts files for at91sam9x5ek

The device tree source files of at91sam9x5ek board are copied from
the Linux v4.10, do the changes below.
 - Add the reg property for the pinctrl node.
 - Move the gpio (pioA, pioB, pioC ...) nodes as the pinctrl's
   slibling nodes, instead of the child nodes.
 - Add the "u-boot,dm-pre-reloc" property to determine which nodes
   are used by the board_init_f stage.
 - Change the compatible of the spi flash to "spi-flash".
 - Add the spi0 aliases.
 - Fix the compilation warnings.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
21 files changed:
arch/arm/dts/Makefile
arch/arm/dts/at91sam9g15.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9g15ek.dts [new file with mode: 0644]
arch/arm/dts/at91sam9g25.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9g25ek.dts [new file with mode: 0644]
arch/arm/dts/at91sam9g35.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9g35ek.dts [new file with mode: 0644]
arch/arm/dts/at91sam9x25.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x25ek.dts [new file with mode: 0644]
arch/arm/dts/at91sam9x35.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x35ek.dts [new file with mode: 0644]
arch/arm/dts/at91sam9x5.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5_can.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5_isi.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5_lcd.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5_macb0.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5_macb1.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5_usart3.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5cm.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5dm.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9x5ek.dtsi [new file with mode: 0644]