lantiq: Sanitize device tree files
[librecmc/librecmc.git] / target / linux / lantiq / dts / FRITZ7360SL.dts
index 02e97810f6ad03bbcfc8ce59efa9212cfc39b74a..f41ea41f3b87f600799138deb3e8ffb21c6ebedc 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "vr9.dtsi"
+#include "vr9.dtsi"
 
 / {
        model = "FRITZ7360SL - 1&1 HomeServer";
                poll-interval = <100>;
                dect {
                        label = "power";
-                       gpios = <&gpio 1 0>;
-                       linux,code = <0x102>;
+                       gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
+                       linux,code = <BTN_2>;
                };
                wifi {
                        label = "wifi";
-                       gpios = <&gpio 29 0>;
-                       linux,code = <0x101>;
+                       gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
+                       linux,code = <BTN_1>;
                };
        };
 
 
                power_green: power {
                        label = "fritz7360sl:green:power";
-                       gpios = <&gpio 32 1>;
+                       gpios = <&gpio 32 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
                power_red: power2 {
                        label = "fritz7360sl:red:power";
-                       gpios = <&gpio 33 1>;
+                       gpios = <&gpio 33 GPIO_ACTIVE_LOW>;
                };
                info_red {
                        label = "fritz7360sl:red:info";
-                       gpios = <&gpio 34 1>;
+                       gpios = <&gpio 34 GPIO_ACTIVE_LOW>;
                };
                info_green: info_green {
                        label = "fritz7360sl:green:info";
-                       gpios = <&gpio 47 1>;
+                       gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
                };
                wifi: wifi {
                        label = "fritz7360sl:green:wlan";
-                       gpios = <&gpio 36 1>;
+                       gpios = <&gpio 36 GPIO_ACTIVE_LOW>;
                };
                dect {
                        label = "fritz7360sl:green:dect";
-                       gpios = <&gpio 35 1>;
+                       gpios = <&gpio 35 GPIO_ACTIVE_LOW>;
                };
        };
 };
                        reg = <0>;
                        phy-mode = "rmii";
                        phy-handle = <&phy0>;
-                       // gpios = <&gpio 37 1>;
+                       // gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
                ethernet@1 {
                        compatible = "lantiq,xrx200-pdi-port";
                        reg = <1>;
                        phy-mode = "rmii";
                        phy-handle = <&phy1>;
-                       // gpios = <&gpio 44 1>;
+                       // gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
                ethernet@2 {
                        compatible = "lantiq,xrx200-pdi-port";