ARM: at91: dt: at91sam9260: split rts and cts pinctrl not
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / integratorap.dts
1 /*
2  * Device Tree for the ARM Integrator/AP platform
3  */
4
5 /dts-v1/;
6 /include/ "integrator.dtsi"
7
8 / {
9         model = "ARM Integrator/AP";
10         compatible = "arm,integrator-ap";
11
12         aliases {
13                 arm,timer-primary = &timer2;
14                 arm,timer-secondary = &timer1;
15         };
16
17         chosen {
18                 bootargs = "root=/dev/ram0 console=ttyAM0,38400n8 earlyprintk";
19         };
20
21         timer0: timer@13000000 {
22                 compatible = "arm,integrator-timer";
23         };
24
25         timer1: timer@13000100 {
26                 compatible = "arm,integrator-timer";
27         };
28
29         timer2: timer@13000200 {
30                 compatible = "arm,integrator-timer";
31         };
32
33         pic: pic@14000000 {
34                 valid-mask = <0x003fffff>;
35         };
36
37         fpga {
38                 /*
39                  * The Integator/AP predates the idea to have magic numbers
40                  * identifying the PrimeCell in hardware, thus we have to
41                  * supply these from the device tree.
42                  */
43                 rtc: rtc@15000000 {
44                         compatible = "arm,pl030", "arm,primecell";
45                         arm,primecell-periphid = <0x00041030>;
46                 };
47
48                 uart0: uart@16000000 {
49                         compatible = "arm,pl010", "arm,primecell";
50                         arm,primecell-periphid = <0x00041010>;
51                 };
52
53                 uart1: uart@17000000 {
54                         compatible = "arm,pl010", "arm,primecell";
55                         arm,primecell-periphid = <0x00041010>;
56                 };
57
58                 kmi0: kmi@18000000 {
59                         compatible = "arm,pl050", "arm,primecell";
60                         arm,primecell-periphid = <0x00041050>;
61                 };
62
63                 kmi1: kmi@19000000 {
64                         compatible = "arm,pl050", "arm,primecell";
65                         arm,primecell-periphid = <0x00041050>;
66                 };
67         };
68 };