forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
....@@ -108,7 +108,7 @@
108108 };
109109
110110 &ir {
111
- linux,rc-map-name = "rc-geekbox";
111
+ linux,rc-map-name = "rc-khadas";
112112 };
113113
114114 &gpio_ao {
....@@ -186,6 +186,16 @@
186186 };
187187 };
188188
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
+
189199 /* This is brought out on the Linux_RX (18) and Linux_TX (19) pins: */
190200 &uart_AO {
191201 status = "okay";
....@@ -197,3 +207,7 @@
197207 pinctrl-0 = <&uart_ao_b_pins>;
198208 pinctrl-names = "default";
199209 };
210
+
211
+&usb {
212
+ dr_mode = "peripheral";
213
+};