.. | .. |
---|
42 | 42 | * OTHER DEALINGS IN THE SOFTWARE. |
---|
43 | 43 | */ |
---|
44 | 44 | |
---|
45 | | -#include "skeleton.dtsi" |
---|
46 | | - |
---|
47 | 45 | #include "sun5i.dtsi" |
---|
48 | 46 | |
---|
49 | 47 | #include <dt-bindings/dma/sun4i-a10.h> |
---|
50 | 48 | |
---|
51 | 49 | / { |
---|
52 | | - interrupt-parent = <&intc>; |
---|
53 | | - |
---|
54 | 50 | aliases { |
---|
55 | 51 | ethernet0 = &emac; |
---|
56 | 52 | }; |
---|
.. | .. |
---|
60 | 56 | #size-cells = <1>; |
---|
61 | 57 | ranges; |
---|
62 | 58 | |
---|
63 | | - framebuffer@2 { |
---|
| 59 | + framebuffer-lcd0-hdmi { |
---|
64 | 60 | compatible = "allwinner,simple-framebuffer", |
---|
65 | 61 | "simple-framebuffer"; |
---|
66 | 62 | allwinner,pipeline = "de_be0-lcd0-hdmi"; |
---|
.. | .. |
---|
76 | 72 | allwinner,pipelines = <&fe0>; |
---|
77 | 73 | }; |
---|
78 | 74 | |
---|
79 | | - soc@1c00000 { |
---|
| 75 | + soc { |
---|
80 | 76 | hdmi: hdmi@1c16000 { |
---|
81 | 77 | compatible = "allwinner,sun5i-a10s-hdmi"; |
---|
82 | 78 | reg = <0x01c16000 0x1000>; |
---|
.. | .. |
---|
123 | 119 | compatible = "allwinner,sun5i-a10s-ccu"; |
---|
124 | 120 | }; |
---|
125 | 121 | |
---|
| 122 | +&mmc1 { |
---|
| 123 | + pinctrl-names = "default"; |
---|
| 124 | + pinctrl-0 = <&mmc1_pins>; |
---|
| 125 | +}; |
---|
| 126 | + |
---|
126 | 127 | &pio { |
---|
127 | 128 | compatible = "allwinner,sun5i-a10s-pinctrl"; |
---|
128 | 129 | |
---|
129 | | - uart0_pins_a: uart0@0 { |
---|
| 130 | + uart0_pb_pins: uart0-pb-pins { |
---|
130 | 131 | pins = "PB19", "PB20"; |
---|
131 | 132 | function = "uart0"; |
---|
132 | 133 | }; |
---|
133 | 134 | |
---|
134 | | - uart2_pins_b: uart2@1 { |
---|
| 135 | + uart2_pc_pins: uart2-pc-pins { |
---|
135 | 136 | pins = "PC18", "PC19"; |
---|
136 | 137 | function = "uart2"; |
---|
137 | 138 | }; |
---|
138 | 139 | |
---|
139 | | - emac_pins_b: emac0@1 { |
---|
| 140 | + emac_pa_pins: emac-pa-pins { |
---|
140 | 141 | pins = "PA0", "PA1", "PA2", |
---|
141 | 142 | "PA3", "PA4", "PA5", "PA6", |
---|
142 | 143 | "PA7", "PA8", "PA9", "PA10", |
---|
.. | .. |
---|
145 | 146 | function = "emac"; |
---|
146 | 147 | }; |
---|
147 | 148 | |
---|
148 | | - mmc1_pins_a: mmc1@0 { |
---|
| 149 | + mmc1_pins: mmc1-pins { |
---|
149 | 150 | pins = "PG3", "PG4", "PG5", |
---|
150 | 151 | "PG6", "PG7", "PG8"; |
---|
151 | 152 | function = "mmc1"; |
---|
152 | 153 | drive-strength = <30>; |
---|
153 | 154 | }; |
---|
154 | 155 | |
---|
155 | | - spi2_pins_b: spi2@1 { |
---|
| 156 | + spi2_pb_pins: spi2-pb-pins { |
---|
156 | 157 | pins = "PB12", "PB13", "PB14"; |
---|
157 | 158 | function = "spi2"; |
---|
158 | 159 | }; |
---|
159 | 160 | |
---|
160 | | - spi2_cs0_pins_b: spi2_cs0@1 { |
---|
| 161 | + spi2_cs0_pb_pin: spi2-cs0-pb-pin { |
---|
161 | 162 | pins = "PB11"; |
---|
162 | 163 | function = "spi2"; |
---|
163 | 164 | }; |
---|
164 | | -}; |
---|
165 | | - |
---|
166 | | -&sram_a { |
---|
167 | 165 | }; |
---|
168 | 166 | |
---|
169 | 167 | &tcon0_out { |
---|