ramips: Fix GB-PC1 cpuclock again
[openwrt/openwrt.git] / target / linux / ramips / dts / HC5661.dts
index b9a717bc54e49be4c4c3420ab8d8d032fce26da4..5227ee06c52a5173acd18f40d89f615dc87696de 100644 (file)
@@ -1,9 +1,9 @@
 /dts-v1/;
 
-/include/ "HC5XXX.dtsi"
+#include "HC5X61.dtsi"
 
 / {
-       compatible = "HC5661", "ralink,mt7620a-soc";
+       compatible = "hiwifi,hc5661", "hiwifi,hc5x61", "ralink,mt7620a-soc";
        model = "HiWiFi HC5661";
 
        gpio-leds {
 
                system {
                        label = "hc5661:blue:system";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                internet {
                        label = "hc5661:blue:internet";
-                       gpios = <&gpio0 11 1>;
+                       gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                };
 
                wlan2g {
                        label = "hc5661:blue:wlan2g";
-                       gpios = <&gpio3 0 1>;
+                       gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                };
 
                wlan5g {
                        label = "hc5661:blue:wlan5g";
-                       gpios = <&gpio0 7 1>;
+                       gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
                };
        };
 };