1 ST-Ericsson Ux500 boards
2 ------------------------
4 Required properties (in root node) one of these:
5 compatible = "st-ericsson,mop500" (legacy)
6 compatible = "st-ericsson,u8500"
8 Required node (under root node):
10 soc: represents the system-on-chip and contains the chip
13 Required property of soc node, one of these:
14 compatible = "stericsson,db8500"
16 Required subnodes under soc node:
18 backupram: (used for CPU spin tables and for storing data
19 during retention, system won't boot without this):
20 compatible = "ste,dbx500-backupram"
23 see binding for arm/scu.txt
26 see binding for interrupt-controller/arm,gic.txt
29 see binding for arm/twd.txt
32 see binding for clocks/ux500.txt
39 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
40 compatible = "st-ericsson,mop500", "st-ericsson,u8500";
45 compatible = "stericsson,db8500";
46 interrupt-parent = <&intc>;
50 compatible = "ste,dbx500-backupram";
51 reg = <0x80150000 0x2000>;
54 intc: interrupt-controller@a0411000 {
55 compatible = "arm,cortex-a9-gic";
56 #interrupt-cells = <3>;
59 reg = <0xa0411000 0x1000>,
64 compatible = "arm,cortex-a9-scu";
65 reg = <0xa0410000 0x100>;
69 compatible = "arm,cortex-a9-twd-timer";
70 reg = <0xa0410600 0x20>;
71 interrupts = <1 13 0x304>; /* IRQ level high per-CPU */
72 clocks = <&smp_twd_clk>;
76 compatible = "stericsson,u8500-clks";
78 smp_twd_clk: smp-twd-clock {