diff options
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index d70ba5504481..8d17346f9702 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi | |||
@@ -125,11 +125,33 @@ | |||
125 | 0x14 0x00000010 0x000000f0 | 125 | 0x14 0x00000010 0x000000f0 |
126 | >; | 126 | >; |
127 | }; | 127 | }; |
128 | mdio_pins: pinmux_mdio_pins { | ||
129 | pinctrl-single,bits = < | ||
130 | /* MDIO_CLK, MDIO_D */ | ||
131 | 0x10 0x00000088 0x000000ff | ||
132 | >; | ||
133 | }; | ||
134 | mii_pins: pinmux_mii_pins { | ||
135 | pinctrl-single,bits = < | ||
136 | /* | ||
137 | * MII_TXEN, MII_TXCLK, MII_COL | ||
138 | * MII_TXD_3, MII_TXD_2, MII_TXD_1 | ||
139 | * MII_TXD_0 | ||
140 | */ | ||
141 | 0x8 0x88888880 0xfffffff0 | ||
142 | /* | ||
143 | * MII_RXER, MII_CRS, MII_RXCLK | ||
144 | * MII_RXDV, MII_RXD_3, MII_RXD_2 | ||
145 | * MII_RXD_1, MII_RXD_0 | ||
146 | */ | ||
147 | 0xc 0x88888888 0xffffffff | ||
148 | >; | ||
149 | }; | ||
150 | |||
128 | }; | 151 | }; |
129 | serial0: serial@1c42000 { | 152 | serial0: serial@1c42000 { |
130 | compatible = "ns16550a"; | 153 | compatible = "ns16550a"; |
131 | reg = <0x42000 0x100>; | 154 | reg = <0x42000 0x100>; |
132 | clock-frequency = <150000000>; | ||
133 | reg-shift = <2>; | 155 | reg-shift = <2>; |
134 | interrupts = <25>; | 156 | interrupts = <25>; |
135 | status = "disabled"; | 157 | status = "disabled"; |
@@ -137,7 +159,6 @@ | |||
137 | serial1: serial@1d0c000 { | 159 | serial1: serial@1d0c000 { |
138 | compatible = "ns16550a"; | 160 | compatible = "ns16550a"; |
139 | reg = <0x10c000 0x100>; | 161 | reg = <0x10c000 0x100>; |
140 | clock-frequency = <150000000>; | ||
141 | reg-shift = <2>; | 162 | reg-shift = <2>; |
142 | interrupts = <53>; | 163 | interrupts = <53>; |
143 | status = "disabled"; | 164 | status = "disabled"; |
@@ -145,7 +166,6 @@ | |||
145 | serial2: serial@1d0d000 { | 166 | serial2: serial@1d0d000 { |
146 | compatible = "ns16550a"; | 167 | compatible = "ns16550a"; |
147 | reg = <0x10d000 0x100>; | 168 | reg = <0x10d000 0x100>; |
148 | clock-frequency = <150000000>; | ||
149 | reg-shift = <2>; | 169 | reg-shift = <2>; |
150 | interrupts = <61>; | 170 | interrupts = <61>; |
151 | status = "disabled"; | 171 | status = "disabled"; |
@@ -216,6 +236,26 @@ | |||
216 | interrupts = <56>; | 236 | interrupts = <56>; |
217 | status = "disabled"; | 237 | status = "disabled"; |
218 | }; | 238 | }; |
239 | mdio: mdio@1e24000 { | ||
240 | compatible = "ti,davinci_mdio"; | ||
241 | #address-cells = <1>; | ||
242 | #size-cells = <0>; | ||
243 | reg = <0x224000 0x1000>; | ||
244 | }; | ||
245 | eth0: ethernet@1e20000 { | ||
246 | compatible = "ti,davinci-dm6467-emac"; | ||
247 | reg = <0x220000 0x4000>; | ||
248 | ti,davinci-ctrl-reg-offset = <0x3000>; | ||
249 | ti,davinci-ctrl-mod-reg-offset = <0x2000>; | ||
250 | ti,davinci-ctrl-ram-offset = <0>; | ||
251 | ti,davinci-ctrl-ram-size = <0x2000>; | ||
252 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
253 | interrupts = <33 | ||
254 | 34 | ||
255 | 35 | ||
256 | 36 | ||
257 | >; | ||
258 | }; | ||
219 | }; | 259 | }; |
220 | nand_cs3@62000000 { | 260 | nand_cs3@62000000 { |
221 | compatible = "ti,davinci-nand"; | 261 | compatible = "ti,davinci-nand"; |