ramips: fix the mt7628 dts file

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 44494
This commit is contained in:
John Crispin 2015-02-19 14:04:41 +00:00
parent 5dbd3e65a6
commit 64db436416
2 changed files with 11 additions and 10 deletions

View file

@ -11,8 +11,13 @@
reg = <0x0 0x2000000>; reg = <0x0 0x2000000>;
}; };
chosen { pinctrl {
bootargs = "console=ttyS0,57600 init=/init"; state_default: pinctrl0 {
gpio {
ralink,group = "i2c", "jtag";
ralink,function = "gpio";
};
};
}; };
palmbus@10000000 { palmbus@10000000 {
@ -53,12 +58,4 @@
}; };
}; };
}; };
sdhci@10130000 {
status = "okay";
};
pcie@10140000 {
status = "okay";
};
}; };

View file

@ -9,6 +9,10 @@
}; };
}; };
chosen {
bootargs = "console=ttyS0,57600";
};
cpuintc: cpuintc@0 { cpuintc: cpuintc@0 {
#address-cells = <0>; #address-cells = <0>;
#interrupt-cells = <1>; #interrupt-cells = <1>;