| .. | .. |
|---|
| 108 | 108 | }; |
|---|
| 109 | 109 | |
|---|
| 110 | 110 | &ir { |
|---|
| 111 | | - linux,rc-map-name = "rc-geekbox"; |
|---|
| 111 | + linux,rc-map-name = "rc-khadas"; |
|---|
| 112 | 112 | }; |
|---|
| 113 | 113 | |
|---|
| 114 | 114 | &gpio_ao { |
|---|
| .. | .. |
|---|
| 186 | 186 | }; |
|---|
| 187 | 187 | }; |
|---|
| 188 | 188 | |
|---|
| 189 | +&uart_A { |
|---|
| 190 | + bluetooth { |
|---|
| 191 | + compatible = "brcm,bcm43438-bt"; |
|---|
| 192 | + shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; |
|---|
| 193 | + max-speed = <2000000>; |
|---|
| 194 | + clocks = <&wifi32k>; |
|---|
| 195 | + clock-names = "lpo"; |
|---|
| 196 | + }; |
|---|
| 197 | +}; |
|---|
| 198 | + |
|---|
| 189 | 199 | /* This is brought out on the Linux_RX (18) and Linux_TX (19) pins: */ |
|---|
| 190 | 200 | &uart_AO { |
|---|
| 191 | 201 | status = "okay"; |
|---|
| .. | .. |
|---|
| 197 | 207 | pinctrl-0 = <&uart_ao_b_pins>; |
|---|
| 198 | 208 | pinctrl-names = "default"; |
|---|
| 199 | 209 | }; |
|---|
| 210 | + |
|---|
| 211 | +&usb { |
|---|
| 212 | + dr_mode = "peripheral"; |
|---|
| 213 | +}; |
|---|