X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FOMNI-EMB-HPM.dts;h=fa7d515a3492a1d4a3744d275b44e44e6d456fbc;hb=21ee73c9205c9dda5d379c8681804beec238ae82;hp=f00c3820b4d4e1894cf65d673a1d9c11acf16e47;hpb=30e5bae84ad3031386ed6aac4035d5e98fb4b918;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/OMNI-EMB-HPM.dts b/target/linux/ramips/dts/OMNI-EMB-HPM.dts index f00c3820b4..fa7d515a34 100644 --- a/target/linux/ramips/dts/OMNI-EMB-HPM.dts +++ b/target/linux/ramips/dts/OMNI-EMB-HPM.dts @@ -6,52 +6,69 @@ compatible = "OMNI-EMB-HPM", "ralink,rt3883-soc"; model = "Omnima EMB HPM"; - memorydetect { - ralink,memory = <0x0 0x200000 0x10000000>; - }; - chosen { bootargs = "console=ttyS0,115200"; }; palmbus@10000000 { - sysc@0 { - ralink,pinmux = "uartlite", "spi"; - ralink,gpiomux = "i2c", "jtag"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - timer@100 { - status = "okay"; - }; - - gpio0: gpio@600 { - status = "okay"; - }; - spi@b00 { status = "okay"; m25p80@0 { + compatible = "macronix,mx25l12805d"; + spi-max-frequency = <25000000>; + reg = <0>; + #address-cells = <1>; #size-cells = <1>; - compatible = "mx25l6405d"; - reg = <0 0>; - linux,modalias = "m25p80"; - spi-max-frequency = <25000000>; + + partition@0 { + reg = <0x0 0x0030000>; + label = "u-boot"; + read-only; + }; + + partition@30000 { + reg = <0x00030000 0x00010000>; + label = "config"; + read-only; + }; + + partition@40000 { + reg = <0x00040000 0x00010000>; + label = "factory"; + read-only; + }; + + partition@50000 { + reg = <0x00050000 0x00fb0000>; + label = "firmware"; + }; + }; + }; + }; + + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "i2c", "jtag", "uartf"; + ralink,function = "gpio"; }; }; }; ethernet@10100000 { - status = "okay"; - ralink,phy-mask = <0x10>; + phy-handle = <&phy0>; phy-mode = "rgmii"; - }; + mtd-mac-address = <&factory 0x28>; - wmac@10180000 { - status = "okay"; + mdio-bus { + status = "okay"; + + phy0: ethernet-phy@4 { + reg = <4>; + }; + }; }; ehci@101c0000 {