Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b94c478a authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: dts: BCM53573: Add Tenda AC9 2 GHz LED



It's connected to a GPIO pin of an extra controller placed on the PCIe
card.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent b76907cc
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -48,6 +48,16 @@
		};
		};
	};
	};


	pcie0_leds {
		compatible = "gpio-leds";

		2ghz {
			label = "bcm53xx:blue:2ghz";
			gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "default-off";
		};
	};

	gpio-keys {
	gpio-keys {
		compatible = "gpio-keys";
		compatible = "gpio-keys";
		#address-cells = <1>;
		#address-cells = <1>;