2 * Device Tree for the ARM Integrator/AP platform
6 /include/ "integrator.dtsi"
9 model = "ARM Integrator/AP";
10 compatible = "arm,integrator-ap";
13 arm,timer-primary = &timer2;
14 arm,timer-secondary = &timer1;
18 bootargs = "root=/dev/ram0 console=ttyAM0,38400n8 earlyprintk";
22 /* AP system controller registers */
23 reg = <0x11000000 0x100>;
26 timer0: timer@13000000 {
27 compatible = "arm,integrator-timer";
30 timer1: timer@13000100 {
31 compatible = "arm,integrator-timer";
34 timer2: timer@13000200 {
35 compatible = "arm,integrator-timer";
39 valid-mask = <0x003fffff>;
44 * The Integator/AP predates the idea to have magic numbers
45 * identifying the PrimeCell in hardware, thus we have to
46 * supply these from the device tree.
49 compatible = "arm,pl030", "arm,primecell";
50 arm,primecell-periphid = <0x00041030>;
53 uart0: uart@16000000 {
54 compatible = "arm,pl010", "arm,primecell";
55 arm,primecell-periphid = <0x00041010>;
58 uart1: uart@17000000 {
59 compatible = "arm,pl010", "arm,primecell";
60 arm,primecell-periphid = <0x00041010>;
64 compatible = "arm,pl050", "arm,primecell";
65 arm,primecell-periphid = <0x00041050>;
69 compatible = "arm,pl050", "arm,primecell";
70 arm,primecell-periphid = <0x00041050>;