diff options
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/HPM.dts (renamed from target/linux/ramips/dts/OMNI-EMB-HPM.dts) | 16 | ||||
-rw-r--r-- | target/linux/ramips/dts/MINIEMBPLUG.dts (renamed from target/linux/ramips/dts/OMNI-PLUG.dts) | 8 | ||||
-rw-r--r-- | target/linux/ramips/dts/MINIEMBWIFI.dts (renamed from target/linux/ramips/dts/OMNI-EMB.dts) | 6 |
3 files changed, 15 insertions, 15 deletions
diff --git a/target/linux/ramips/dts/OMNI-EMB-HPM.dts b/target/linux/ramips/dts/HPM.dts index 9540f4f..03bf710 100644 --- a/target/linux/ramips/dts/OMNI-EMB-HPM.dts +++ b/target/linux/ramips/dts/HPM.dts @@ -3,8 +3,8 @@ /include/ "rt3883.dtsi" / { - compatible = "OMNI-EMB-HPM", "ralink,rt3883-soc"; - model = "Omnima EMB HPM"; + compatible = "HPM", "ralink,rt3883-soc"; + model = "Omnima HPM"; chosen { bootargs = "console=ttyS0,115200"; @@ -99,32 +99,32 @@ compatible = "gpio-leds"; power { - label = "emb:orange:power"; + label = "hpm:orange:power"; gpios = <&gpio0 7 1>; }; status { - label = "emb:green:status"; + label = "hpm:green:status"; gpios = <&gpio0 21 1>; }; eth { - label = "emb:green:eth"; + label = "hpm:green:eth"; gpios = <&gpio0 20 1>; }; eth2 { - label = "emb:red:eth"; + label = "hpm:red:eth"; gpios = <&gpio0 18 1>; }; wifi { - label = "emb:green:wifi"; + label = "hpm:green:wifi"; gpios = <&gpio0 17 1>; }; wifi2 { - label = "emb:red:wifi"; + label = "hpm:red:wifi"; gpios = <&gpio0 19 1>; }; }; diff --git a/target/linux/ramips/dts/OMNI-PLUG.dts b/target/linux/ramips/dts/MINIEMBPLUG.dts index 25f5bca..c94c3aa 100644 --- a/target/linux/ramips/dts/OMNI-PLUG.dts +++ b/target/linux/ramips/dts/MINIEMBPLUG.dts @@ -3,8 +3,8 @@ /include/ "rt5350.dtsi" / { - compatible = "OMNI-PLUG", "ralink,rt5350-soc"; - model = "Omnima MiniPlug"; + compatible = "MINIEMBPLUG", "ralink,rt5350-soc"; + model = "Omnima MiniEMBPlug"; pinctrl { state_default: pinctrl0 { @@ -19,12 +19,12 @@ compatible = "gpio-leds"; wlan { - label = "miniplug:red:wlan"; + label = "miniembplug:red:wlan"; gpios = <&gpio0 9 0>; }; mobile { - label = "miniplug:green:mobile"; + label = "miniembplug:green:mobile"; gpios = <&gpio0 13 1>; }; }; diff --git a/target/linux/ramips/dts/OMNI-EMB.dts b/target/linux/ramips/dts/MINIEMBWIFI.dts index aa3ddc4..b026f0c 100644 --- a/target/linux/ramips/dts/OMNI-EMB.dts +++ b/target/linux/ramips/dts/MINIEMBWIFI.dts @@ -3,7 +3,7 @@ /include/ "rt3050.dtsi" / { - compatible = "OMNI-EMB", "ralink,rt3052-soc"; + compatible = "MINIEMBWIFI", "ralink,rt3052-soc"; model = "Omnima MiniEMBWiFi"; pinctrl { @@ -19,12 +19,12 @@ compatible = "gpio-leds"; status { - label = "emb:green:status"; + label = "miniembwifi:green:status"; gpios = <&gpio0 9 1>; }; wlan { - label = "emb:green:wlan"; + label = "miniembwifi:green:wlan"; gpios = <&gpio0 14 1>; }; }; |