arm64: dts: Add missing nodes on OPi5

This commit is contained in:
Muhammed Efe Çetin
2023-04-25 11:45:49 +03:00
committed by Mecid Urganci
parent 7de23ac860
commit 0aef747bc2

View File

@@ -71,6 +71,7 @@
pinctrl-1 = <&uart9_gpios>;
BT,reset_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -312,7 +313,8 @@
bt_gpio: bt-gpio {
rockchip,pins =
<3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
<0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>;
<0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>,
<0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
};
};