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:
xxh
2018-03-07 11:18:00 +08:00
committed by Tao Huang
parent 39ddab2681
commit 4fff6af1a3

View File

@@ -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>;
};