mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm: dts: rockchip: RK3229 EVB board for bluetooth
Change-Id: I9903cd96f1a1b52f610dbbd014e3b9409d4ec56d Signed-off-by: Xu Xuehui <xxh@rock-chips.com>
This commit is contained in:
@@ -172,6 +172,19 @@
|
||||
regulator-boot-on;
|
||||
};
|
||||
|
||||
wireless-bluetooth {
|
||||
compatible = "bluetooth-platdata";
|
||||
clocks = <&hym8563>;
|
||||
clock-names = "ext_clock";
|
||||
uart_rts_gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default", "rts_gpio";
|
||||
pinctrl-0 = <&uart11_rts>;
|
||||
pinctrl-1 = <&uart11_rts_gpio>;
|
||||
BT,power_gpio = <&gpio2 29 GPIO_ACTIVE_HIGH>;
|
||||
BT,wake_host_irq = <&gpio3 26 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
wireless-wlan {
|
||||
compatible = "wlan-platdata";
|
||||
rockchip,grf = <&grf>;
|
||||
@@ -469,6 +482,12 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart11_xfer &uart11_cts>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy0_host {
|
||||
phy-supply = <&vcc_host>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user