.. | .. |
---|
10 | 10 | }; |
---|
11 | 11 | }; |
---|
12 | 12 | |
---|
13 | | - biu@1F800000 { |
---|
| 13 | + biu@1f800000 { |
---|
14 | 14 | #address-cells = <1>; |
---|
15 | 15 | #size-cells = <1>; |
---|
16 | 16 | compatible = "lantiq,biu", "simple-bus"; |
---|
17 | | - reg = <0x1F800000 0x800000>; |
---|
18 | | - ranges = <0x0 0x1F800000 0x7FFFFF>; |
---|
| 17 | + reg = <0x1f800000 0x800000>; |
---|
| 18 | + ranges = <0x0 0x1f800000 0x7fffff>; |
---|
19 | 19 | |
---|
20 | 20 | icu0: icu@80200 { |
---|
21 | 21 | #interrupt-cells = <1>; |
---|
.. | .. |
---|
24 | 24 | reg = <0x80200 0x120>; |
---|
25 | 25 | }; |
---|
26 | 26 | |
---|
27 | | - watchdog@803F0 { |
---|
| 27 | + watchdog@803f0 { |
---|
28 | 28 | compatible = "lantiq,wdt"; |
---|
29 | | - reg = <0x803F0 0x10>; |
---|
| 29 | + reg = <0x803f0 0x10>; |
---|
30 | 30 | }; |
---|
31 | 31 | }; |
---|
32 | 32 | |
---|
33 | | - sram@1F000000 { |
---|
| 33 | + sram@1f000000 { |
---|
34 | 34 | #address-cells = <1>; |
---|
35 | 35 | #size-cells = <1>; |
---|
36 | 36 | compatible = "lantiq,sram"; |
---|
37 | | - reg = <0x1F000000 0x800000>; |
---|
38 | | - ranges = <0x0 0x1F000000 0x7FFFFF>; |
---|
| 37 | + reg = <0x1f000000 0x800000>; |
---|
| 38 | + ranges = <0x0 0x1f000000 0x7fffff>; |
---|
39 | 39 | |
---|
40 | 40 | eiu0: eiu@101000 { |
---|
41 | 41 | #interrupt-cells = <1>; |
---|
.. | .. |
---|
66 | 66 | #address-cells = <1>; |
---|
67 | 67 | #size-cells = <1>; |
---|
68 | 68 | compatible = "lantiq,fpi", "simple-bus"; |
---|
69 | | - ranges = <0x0 0x10000000 0xEEFFFFF>; |
---|
70 | | - reg = <0x10000000 0xEF00000>; |
---|
| 69 | + ranges = <0x0 0x10000000 0xeefffff>; |
---|
| 70 | + reg = <0x10000000 0xef00000>; |
---|
71 | 71 | |
---|
72 | | - gptu@E100A00 { |
---|
| 72 | + gptu@e100a00 { |
---|
73 | 73 | compatible = "lantiq,gptu-xway"; |
---|
74 | | - reg = <0xE100A00 0x100>; |
---|
| 74 | + reg = <0xe100a00 0x100>; |
---|
75 | 75 | }; |
---|
76 | 76 | |
---|
77 | | - serial@E100C00 { |
---|
| 77 | + serial@e100c00 { |
---|
78 | 78 | compatible = "lantiq,asc"; |
---|
79 | | - reg = <0xE100C00 0x400>; |
---|
| 79 | + reg = <0xe100c00 0x400>; |
---|
80 | 80 | interrupt-parent = <&icu0>; |
---|
81 | 81 | interrupts = <112 113 114>; |
---|
82 | 82 | }; |
---|
83 | 83 | |
---|
84 | | - dma0: dma@E104100 { |
---|
| 84 | + dma0: dma@e104100 { |
---|
85 | 85 | compatible = "lantiq,dma-xway"; |
---|
86 | | - reg = <0xE104100 0x800>; |
---|
| 86 | + reg = <0xe104100 0x800>; |
---|
87 | 87 | }; |
---|
88 | 88 | |
---|
89 | | - ebu0: ebu@E105300 { |
---|
| 89 | + ebu0: ebu@e105300 { |
---|
90 | 90 | compatible = "lantiq,ebu-xway"; |
---|
91 | | - reg = <0xE105300 0x100>; |
---|
| 91 | + reg = <0xe105300 0x100>; |
---|
92 | 92 | }; |
---|
93 | 93 | |
---|
94 | | - pci0: pci@E105400 { |
---|
| 94 | + pci0: pci@e105400 { |
---|
95 | 95 | #address-cells = <3>; |
---|
96 | 96 | #size-cells = <2>; |
---|
97 | 97 | #interrupt-cells = <1>; |
---|
98 | 98 | compatible = "lantiq,pci-xway"; |
---|
99 | 99 | bus-range = <0x0 0x0>; |
---|
100 | 100 | ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */ |
---|
101 | | - 0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */ |
---|
| 101 | + 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */ |
---|
102 | 102 | reg = <0x7000000 0x8000 /* config space */ |
---|
103 | | - 0xE105400 0x400>; /* pci bridge */ |
---|
| 103 | + 0xe105400 0x400>; /* pci bridge */ |
---|
104 | 104 | }; |
---|
105 | 105 | }; |
---|
106 | 106 | }; |
---|