X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FM2M.dts;h=41910374c978238386424bf597d13dafb6b4b94a;hb=69d79ea951f3f0fa56fecad0fbb04d2c65e7a802;hp=aa98991ae1a84c8573ddcce2e4fb428e6fc609eb;hpb=88df2bd2ff5aa7b31ce9aaeda25c60e8a9b980b2;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/M2M.dts b/target/linux/ramips/dts/M2M.dts index aa98991ae1..41910374c9 100644 --- a/target/linux/ramips/dts/M2M.dts +++ b/target/linux/ramips/dts/M2M.dts @@ -7,14 +7,10 @@ model = "Intenso Memory 2 Move"; chosen { - bootargs = "console=ttyS1,57600n8 root=/dev/mtdblock5"; + bootargs = "console=ttyS0,57600n8 root=/dev/mtdblock5"; }; palmbus@10000000 { - uart@500 { - status = "okay"; - }; - spi@b00 { status = "okay"; m25p80@0 { @@ -54,7 +50,7 @@ pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "i2c", "jtag", "uartf"; + ralink,group = "i2c", "uartf"; ralink,function = "gpio"; }; }; @@ -73,21 +69,19 @@ }; gpio-keys-polled { - gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; - power { - label = "power"; - gpios = <&gpio0 1 1>; - linux,code = <0x116>; - }; - reset { - label = "reset"; - gpios = <&gpio0 10 1>; - linux,code = <0x198>; - }; + power { + label = "power"; + gpios = <&gpio0 1 1>; + linux,code = <0x116>; + }; + reset { + label = "reset"; + gpios = <&gpio0 10 1>; + linux,code = <0x198>; }; };