ramips: fix the mt7628 dts file
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44494
This commit is contained in:
parent
5dbd3e65a6
commit
64db436416
2 changed files with 11 additions and 10 deletions
|
@ -11,8 +11,13 @@
|
|||
reg = <0x0 0x2000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600 init=/init";
|
||||
pinctrl {
|
||||
state_default: pinctrl0 {
|
||||
gpio {
|
||||
ralink,group = "i2c", "jtag";
|
||||
ralink,function = "gpio";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
palmbus@10000000 {
|
||||
|
@ -53,12 +58,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
sdhci@10130000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pcie@10140000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc@0 {
|
||||
#address-cells = <0>;
|
||||
#interrupt-cells = <1>;
|
||||
|
|
Loading…
Reference in a new issue