Commit a5c2ed48 authored by Michal Simek's avatar Michal Simek

arm64: dts: zynqmp: Use serdev for zcu100 BT

Mainline started to use serdev interface for uart attached devices.
Change description to reflect it.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent ce397d21
......@@ -89,12 +89,6 @@ vbus_det { /* U5 USB5744 VBUS detection via MIO25 */
gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
bt_power {
label = "bt_power";
gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
};
wmmcsdio_fixed: fixedregulator-mmcsdio {
......@@ -267,6 +261,10 @@ &spi1 { /* High Speed connector */
&uart0 {
status = "okay";
bluetooth {
compatible = "ti,wl1831-st";
enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
};
};
&uart1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment