.. | .. |
---|
60 | 60 | stdout-path = "serial0:115200n8"; |
---|
61 | 61 | }; |
---|
62 | 62 | |
---|
| 63 | + hdmi-connector { |
---|
| 64 | + compatible = "hdmi-connector"; |
---|
| 65 | + type = "a"; |
---|
| 66 | + |
---|
| 67 | + port { |
---|
| 68 | + hdmi_con_in: endpoint { |
---|
| 69 | + remote-endpoint = <&hdmi_out_con>; |
---|
| 70 | + }; |
---|
| 71 | + }; |
---|
| 72 | + }; |
---|
| 73 | + |
---|
63 | 74 | leds { |
---|
64 | 75 | compatible = "gpio-leds"; |
---|
65 | 76 | |
---|
.. | .. |
---|
153 | 164 | cpu-supply = <®_dcdc3>; |
---|
154 | 165 | }; |
---|
155 | 166 | |
---|
| 167 | +&de { |
---|
| 168 | + status = "okay"; |
---|
| 169 | +}; |
---|
| 170 | + |
---|
156 | 171 | &ehci0 { |
---|
157 | 172 | /* GL830 USB-to-SATA bridge here */ |
---|
158 | 173 | status = "okay"; |
---|
.. | .. |
---|
170 | 185 | phy-handle = <&rgmii_phy>; |
---|
171 | 186 | phy-mode = "rgmii-id"; |
---|
172 | 187 | status = "okay"; |
---|
| 188 | +}; |
---|
| 189 | + |
---|
| 190 | +&hdmi { |
---|
| 191 | + status = "okay"; |
---|
| 192 | +}; |
---|
| 193 | + |
---|
| 194 | +&hdmi_out { |
---|
| 195 | + hdmi_out_con: endpoint { |
---|
| 196 | + remote-endpoint = <&hdmi_con_in>; |
---|
| 197 | + }; |
---|
173 | 198 | }; |
---|
174 | 199 | |
---|
175 | 200 | &mdio { |
---|
.. | .. |
---|
246 | 271 | }; |
---|
247 | 272 | |
---|
248 | 273 | #include "axp81x.dtsi" |
---|
| 274 | + |
---|
| 275 | +&ac_power_supply { |
---|
| 276 | + status = "okay"; |
---|
| 277 | +}; |
---|
| 278 | + |
---|
| 279 | +&battery_power_supply { |
---|
| 280 | + status = "okay"; |
---|
| 281 | +}; |
---|
249 | 282 | |
---|
250 | 283 | ®_aldo1 { |
---|
251 | 284 | regulator-always-on; |
---|
.. | .. |
---|
394 | 427 | status = "okay"; |
---|
395 | 428 | }; |
---|
396 | 429 | |
---|
| 430 | +&uart1 { |
---|
| 431 | + pinctrl-names = "default"; |
---|
| 432 | + pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; |
---|
| 433 | + uart-has-rtscts; |
---|
| 434 | + status = "okay"; |
---|
| 435 | + |
---|
| 436 | + bluetooth { |
---|
| 437 | + compatible = "brcm,bcm4330-bt"; |
---|
| 438 | + clocks = <&ac100_rtc 1>; |
---|
| 439 | + clock-names = "lpo"; |
---|
| 440 | + vbat-supply = <®_dcdc1>; |
---|
| 441 | + vddio-supply = <®_sw>; |
---|
| 442 | + device-wakeup-gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */ |
---|
| 443 | + host-wakeup-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */ |
---|
| 444 | + shutdown-gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */ |
---|
| 445 | + }; |
---|
| 446 | +}; |
---|
| 447 | + |
---|
| 448 | +&usb_otg { |
---|
| 449 | + dr_mode = "otg"; |
---|
| 450 | + status = "okay"; |
---|
| 451 | +}; |
---|
| 452 | + |
---|
| 453 | +&usb_power_supply { |
---|
| 454 | + status = "okay"; |
---|
| 455 | +}; |
---|
| 456 | + |
---|
397 | 457 | &usbphy { |
---|
| 458 | + usb0_id_det-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */ |
---|
| 459 | + usb0_vbus_power-supply = <&usb_power_supply>; |
---|
| 460 | + usb0_vbus-supply = <®_drivevbus>; |
---|
398 | 461 | usb1_vbus-supply = <®_usb1_vbus>; |
---|
399 | 462 | usb2_vbus-supply = <®_usb2_vbus>; |
---|
400 | 463 | status = "okay"; |
---|