ARM: at91/dt: split sama5d3 peripheral definitions
authorBoris BREZILLON <b.brezillon@overkiz.com>
Wed, 7 Aug 2013 08:49:01 +0000 (10:49 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 16 Oct 2013 13:47:08 +0000 (15:47 +0200)
commitd7d1d45cc46d79ab9227288e225aa51078855729
treea2cd1cb9d532439e35628eb631cbce9c981ba05a
parentd195608acc78db293468694ed5225a39e440429d
ARM: at91/dt: split sama5d3 peripheral definitions

This patch splits the sama5d3 SoCs definition:
- a common base for all sama5d3 SoCs (sama5d3.dtsi)
- several optional peripheral definitions which will be included by sama5d3
  specific SoCs (sama5d3_'periph name'.dtsi)
- sama5d3 specific SoC definitions (sama5d3x.dtsi)

This provides a better representation of the real hardware (drop unneed
dt nodes) and avoids peripheral id conflict (which is not the case for
current sama5d3 SoCs, but could be if other SoCs of this family are
released).

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
[nicolas.ferre@atmel.com: add more "sama5d3?" compatibility strings]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
17 files changed:
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sama5d31.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d31ek.dts
arch/arm/boot/dts/sama5d33.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d33ek.dts
arch/arm/boot/dts/sama5d34.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d34ek.dts
arch/arm/boot/dts/sama5d35.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d35ek.dts
arch/arm/boot/dts/sama5d3_can.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3_emac.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3_gmac.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3_lcd.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3_mci2.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3_tcb1.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3_uart.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3xcm.dtsi