|
13 | 13 | cpus {
|
14 | 14 | #address-cells = <1>;
|
15 | 15 | #size-cells = <0>;
|
| 16 | + |
16 | 17 | cpu@0 {
|
17 | 18 | device_type = "cpu";
|
18 | 19 | compatible = "arm,cortex-r8f";
|
19 | 20 | reg = <0>;
|
20 | 21 | };
|
21 | 22 | };
|
| 23 | + |
22 | 24 | soc {
|
23 | 25 | #address-cells = <1>;
|
24 | 26 | #size-cells = <1>;
|
25 | 27 | compatible = "simple-bus";
|
26 | 28 | ranges;
|
27 |
| - interrupt-parent = < &gic >; |
| 29 | + interrupt-parent = <&gic>; |
| 30 | + |
28 | 31 | flash0: flash@c0000000 {
|
29 | 32 | compatible = "soc-nv-flash";
|
30 |
| - reg = < 0xc0000000 0x2000000 >; |
| 33 | + reg = <0xc0000000 0x2000000>; |
31 | 34 | };
|
| 35 | + |
32 | 36 | sram0: memory@0 {
|
33 | 37 | compatible = "mmio-sram";
|
34 |
| - reg = < 0x0 0x4000000 >; |
| 38 | + reg = <0x0 0x4000000>; |
35 | 39 | };
|
| 40 | + |
36 | 41 | uart0: uart@ff000000 {
|
37 | 42 | compatible = "xlnx,xuartps";
|
38 |
| - reg = < 0xff000000 0x4c >; |
| 43 | + reg = <0xff000000 0x4c>; |
39 | 44 | status = "disabled";
|
40 | 45 | interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL
|
41 |
| - IRQ_DEFAULT_PRIORITY>; |
| 46 | + IRQ_DEFAULT_PRIORITY>; |
42 | 47 | interrupt-names = "irq_0";
|
43 | 48 | };
|
| 49 | + |
44 | 50 | ttc0: timer@ff110000 {
|
45 | 51 | compatible = "xlnx,ttcps";
|
46 | 52 | status = "okay";
|
47 |
| - interrupts = < 0x0 0x24 0x2 0xa0 >, |
48 |
| - < 0x0 0x25 0x2 0xa0 >, |
49 |
| - < 0x0 0x26 0x2 0xa0 >; |
| 53 | + interrupts = <0x0 0x24 0x2 0xa0>, |
| 54 | + <0x0 0x25 0x2 0xa0>, |
| 55 | + <0x0 0x26 0x2 0xa0>; |
50 | 56 | interrupt-names = "irq_0", "irq_1", "irq_2";
|
51 |
| - reg = < 0xff110000 0x1000 >; |
52 |
| - clock-frequency = < 5000000 >; |
| 57 | + reg = <0xff110000 0x1000>; |
| 58 | + clock-frequency = <5000000>; |
53 | 59 | };
|
| 60 | + |
54 | 61 | gic: interrupt-controller@f9000000 {
|
55 | 62 | compatible = "arm,gic-v1", "arm,gic";
|
56 |
| - reg = < 0xf9000000 0x1000 >, < 0xf9001000 0x100 >; |
| 63 | + reg = <0xf9000000 0x1000>, <0xf9001000 0x100>; |
57 | 64 | interrupt-controller;
|
58 |
| - #interrupt-cells = < 0x4 >; |
| 65 | + #interrupt-cells = <0x4>; |
59 | 66 | status = "okay";
|
60 |
| - phandle = < 0x1 >; |
| 67 | + phandle = <0x1>; |
61 | 68 | };
|
62 | 69 | };
|
63 | 70 | };
|
0 commit comments