ramips: RB750Gr3: Add pwr LED and buzzer to DTS
[openwrt/openwrt.git] / target / linux / ramips / dts / RB750Gr3.dts
index bf1c2ba495bc1634eb4f405e59d3d82fb5b4d640..756010a550f2e52dd359243275f593118bc089b8 100644 (file)
        gpio-leds {
                compatible = "gpio-leds";
 
+               pwr {
+                       label = "rb750gr3:blue:pwr";
+                       gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
+               };
+
                usr {
                        label = "rb750gr3:green:usr";
                        gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
                compatible = "gpio-export";
                #size-cells = <0>;
 
+               buzzer {
+                       gpio-export,name = "buzzer";
+                       gpio-export,output = <0>;
+                       gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
+               };
+
                usb {
                        gpio-export,name = "usb";
                        gpio-export,output = <1>;
 &pinctrl {
        state_default: pinctrl0 {
                gpio {
-                       ralink,group = "i2c", "rgmii2", "sdhci";
+                       ralink,group = "i2c", "uart2", "uart3", "pcie", "rgmii2", "jtag";
                        ralink,function = "gpio";
                };
        };