diff options
Diffstat (limited to 'target/linux/ramips/dts/F5D8235_V2.dts')
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V2.dts | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts index b38dbbb072..5e32d7ff7c 100644 --- a/target/linux/ramips/dts/F5D8235_V2.dts +++ b/target/linux/ramips/dts/F5D8235_V2.dts @@ -2,8 +2,11 @@ #include "rt3050.dtsi" +#include <dt-bindings/gpio/gpio.h> +#include <dt-bindings/input/input.h> + / { - compatible = "F5D8235_V2", "ralink,rt3052-soc"; + compatible = "belkin,f5d8235-v2", "ralink,rt3052-soc"; model = "Belkin F5D8235 v2"; cfi@1f000000 { @@ -38,8 +41,8 @@ rtl8366rb { compatible = "realtek,rtl8366rb"; - gpio-sda = <&gpio0 1 0>; - gpio-sck = <&gpio0 2 0>; + gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>; + gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>; }; gpio-leds { @@ -47,47 +50,47 @@ internet { label = "f5d8235-v2:blue:internet"; - gpios = <&gpio0 5 1>; + gpios = <&gpio0 5 GPIO_ACTIVE_LOW>; }; internet2 { label = "f5d8235-v2:amber:internet"; - gpios = <&gpio0 6 1>; + gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; }; modem { label = "f5d8235-v2:blue:modem"; - gpios = <&gpio0 11 1>; + gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; modem2 { label = "f5d8235-v2:amber:modem"; - gpios = <&gpio0 8 1>; + gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; router { label = "f5d8235-v2:blue:router"; - gpios = <&gpio0 9 1>; + gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; storage { label = "f5d8235-v2:blue:storage"; - gpios = <&gpio0 23 1>; + gpios = <&gpio0 23 GPIO_ACTIVE_LOW>; }; storage2 { label = "f5d8235-v2:amber:storage"; - gpios = <&gpio0 22 1>; + gpios = <&gpio0 22 GPIO_ACTIVE_LOW>; }; security { label = "f5d8235-v2:blue:security"; - gpios = <&gpio0 13 1>; + gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; }; security2 { label = "f5d8235-v2:amber:security"; - gpios = <&gpio0 12 1>; + gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; }; }; }; |