X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FMZK-DP150N.dts;h=ea3fc8aeb114108de53c2df4550043302968a9a5;hb=d70ec3008d4cd0540a9f6c88fb7e786107f1679a;hp=893807cfd93bacbcea6abd2683d8597cb494a1d2;hpb=1a392636a5b5694178d5f802efa9c220ff9dbabf;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/target/linux/ramips/dts/MZK-DP150N.dts b/target/linux/ramips/dts/MZK-DP150N.dts index 893807cfd9..ea3fc8aeb1 100644 --- a/target/linux/ramips/dts/MZK-DP150N.dts +++ b/target/linux/ramips/dts/MZK-DP150N.dts @@ -1,100 +1,112 @@ /dts-v1/; -/include/ "rt5350.dtsi" +#include "rt5350.dtsi" + +#include +#include / { - compatible = "MZK-DP150N", "ralink,rt5350-soc"; + compatible = "planex,mzk-dp150n", "ralink,rt5350-soc"; model = "Planex MZK-DP150N"; - palmbus@10000000 { - gpio1: gpio@660 { - status = "okay"; - }; + aliases { + led-boot = &led_power; + led-failsafe = &led_power; + led-running = &led_power; + led-upgrade = &led_power; + }; - spi@b00 { - status = "okay"; - - m25p80@0 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "s25fl064k"; - reg = <0>; - linux,modalias = "m25p80", "s25fl064k"; - spi-max-frequency = <10000000>; - - partition@0 { - label = "uboot"; - reg = <0x0 0x30000>; - read-only; - }; - - partition@30000 { - label = "uboot-env"; - reg = <0x30000 0x10000>; - read-only; - }; - - factory: partition@40000 { - label = "factory"; - reg = <0x40000 0x10000>; - read-only; - }; - - partition@50000 { - label = "firmware"; - reg = <0x50000 0x3b0000>; - }; - }; + gpio-leds { + compatible = "gpio-leds"; - spidev@1 { - compatible = "linux,spidev"; - spi-max-frequency = <10000000>; - reg = <1>; - }; + led_power: power { + label = "mzk-dp150n:green:power"; + gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; }; - pinctrl { - state_default: pinctrl0 { - gpio { - ralink,group = "jtag", "uartf", "led"; - ralink,function = "gpio"; - }; + gpio-keys-polled { + compatible = "gpio-keys-polled"; + poll-interval = <20>; + + reset { + label = "reset"; + gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; + linux,code = ; }; }; +}; - ethernet@10100000 { - mtd-mac-address = <&factory 0x4>; - }; +&gpio1 { + status = "okay"; +}; - esw@10110000 { - ralink,portmap = <0x17>; - }; +&spi0 { + status = "okay"; - wmac@10180000 { - ralink,mtd-eeprom = <&factory 0>; - ralink,led-polarity = <1>; - }; + m25p80@0 { + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <10000000>; - gpio-leds { - compatible = "gpio-leds"; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; - power { - label = "mzk-dp150n:green:power"; - gpios = <&gpio0 9 1>; + partition@0 { + label = "uboot"; + reg = <0x0 0x30000>; + read-only; + }; + + partition@30000 { + label = "uboot-env"; + reg = <0x30000 0x10000>; + read-only; + }; + + factory: partition@40000 { + label = "factory"; + reg = <0x40000 0x10000>; + read-only; + }; + + partition@50000 { + compatible = "denx,uimage"; + label = "firmware"; + reg = <0x50000 0x3b0000>; + }; }; }; +}; - gpio-keys-polled { - compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; - poll-interval = <20>; +&spi1 { + spidev@0 { + compatible = "linux,spidev"; + spi-max-frequency = <10000000>; + reg = <0>; + }; +}; - reset { - label = "reset"; - gpios = <&gpio0 10 1>; - linux,code = <0x198>; +&pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "jtag", "uartf", "led"; + ralink,function = "gpio"; }; }; }; + +ðernet { + mtd-mac-address = <&factory 0x4>; +}; + +&esw { + mediatek,portmap = <0x17>; +}; + +&wmac { + ralink,mtd-eeprom = <&factory 0>; + ralink,led-polarity = <1>; +};