Commit dae485f5 authored by Christian Hewitt's avatar Christian Hewitt Committed by Neil Armstrong
Browse files

arm64: dts: meson: gxbb-kii-pro: complete the bluetooth node



Add missing content to the bluetooth node to align it with the content
used in (all) other GXBB dts files.

Signed-off-by: default avatarChristian Hewitt <christianshewitt@gmail.com>
Tested-by: default avatarFerass El Hafidi <vitali64pmemail@protonmail.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230306121351.1606360-3-christianshewitt@gmail.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 815ad625
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -71,5 +71,10 @@ &uart_A {

	bluetooth {
		compatible = "brcm,bcm4335a0";
		shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>;
		host-wakeup-gpios = <&gpio GPIOX_21 GPIO_ACTIVE_HIGH>;
		max-speed = <2000000>;
		clocks = <&wifi32k>;
		clock-names = "lpo";
	};
};