summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Yan <jerrysteve1101@gmail.com>2026-02-13 10:38:10 +0300
committerNeil Armstrong <neil.armstrong@linaro.org>2026-04-21 16:55:20 +0300
commitb5b481063f5a68ef8361ba025bf655fc451f5d93 (patch)
treeb1776735426a67b9ff9ff1d59df237e4a51643cf
parent174a0ef3b33434f475c87e66f37980e39b73805a (diff)
downloadlinux-b5b481063f5a68ef8361ba025bf655fc451f5d93.tar.xz
arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
The Phicomm N1 uses a CY43455 (BCM43438) module with its Bluetooth interface connected to uart_A. Add the required device tree node to enable proper functionality. Signed-off-by: Jun Yan <jerrysteve1101@gmail.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260213073810.552341-1-jerrysteve1101@gmail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
index 393d3cb33b9e..dea3a60e8527 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
@@ -30,6 +30,21 @@
status = "disabled";
};
+&uart_A {
+ status = "okay";
+ pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
+ pinctrl-names = "default";
+ uart-has-rtscts;
+
+ bluetooth {
+ compatible = "brcm,bcm43438-bt";
+ shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
+ max-speed = <2000000>;
+ clocks = <&wifi32k>;
+ clock-names = "lpo";
+ };
+};
+
&usb {
dr_mode = "host";
};