.. | .. |
---|
191 | 191 | status = "okay"; |
---|
192 | 192 | }; |
---|
193 | 193 | |
---|
| 194 | +&r_cir { |
---|
| 195 | + clock-frequency = <3000000>; |
---|
| 196 | + status = "okay"; |
---|
| 197 | +}; |
---|
| 198 | + |
---|
194 | 199 | &r_rsb { |
---|
195 | 200 | status = "okay"; |
---|
196 | 201 | |
---|
.. | .. |
---|
231 | 236 | }; |
---|
232 | 237 | |
---|
233 | 238 | #include "axp81x.dtsi" |
---|
| 239 | + |
---|
| 240 | +&ac_power_supply { |
---|
| 241 | + status = "okay"; |
---|
| 242 | +}; |
---|
| 243 | + |
---|
| 244 | +&battery_power_supply { |
---|
| 245 | + status = "okay"; |
---|
| 246 | +}; |
---|
234 | 247 | |
---|
235 | 248 | ®_aldo1 { |
---|
236 | 249 | regulator-always-on; |
---|
.. | .. |
---|
358 | 371 | status = "okay"; |
---|
359 | 372 | }; |
---|
360 | 373 | |
---|
| 374 | +&uart1 { |
---|
| 375 | + pinctrl-names = "default"; |
---|
| 376 | + pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; |
---|
| 377 | + uart-has-rtscts; |
---|
| 378 | + status = "okay"; |
---|
| 379 | + |
---|
| 380 | + bluetooth { |
---|
| 381 | + compatible = "brcm,bcm43438-bt"; |
---|
| 382 | + clocks = <&ac100_rtc 1>; |
---|
| 383 | + clock-names = "lpo"; |
---|
| 384 | + vbat-supply = <®_dldo1>; |
---|
| 385 | + vddio-supply = <®_dldo1>; |
---|
| 386 | + device-wakeup-gpios = <&pio 7 9 GPIO_ACTIVE_HIGH>; /* PH9 */ |
---|
| 387 | + host-wakeup-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ |
---|
| 388 | + shutdown-gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */ |
---|
| 389 | + }; |
---|
| 390 | +}; |
---|
| 391 | + |
---|
| 392 | +&usb_otg { |
---|
| 393 | + dr_mode = "otg"; |
---|
| 394 | + status = "okay"; |
---|
| 395 | +}; |
---|
| 396 | + |
---|
| 397 | +&usb_power_supply { |
---|
| 398 | + status = "okay"; |
---|
| 399 | +}; |
---|
| 400 | + |
---|
361 | 401 | &usbphy { |
---|
| 402 | + usb0_id_det-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */ |
---|
| 403 | + usb0_vbus_power-supply = <&usb_power_supply>; |
---|
| 404 | + usb0_vbus-supply = <®_drivevbus>; |
---|
362 | 405 | usb1_vbus-supply = <®_usb1_vbus>; |
---|
363 | 406 | status = "okay"; |
---|
364 | 407 | }; |
---|