rt2880 DT fixes
* add pinctrl * fix ethernet port * make wifi available by default Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40493
This commit is contained in:
parent
fa86c30538
commit
3d6ba83fe4
1 changed files with 36 additions and 2 deletions
|
@ -121,15 +121,51 @@
|
|||
};
|
||||
};
|
||||
|
||||
pinctrl {
|
||||
compatible = "ralink,rt2880-pinmux";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&state_default>;
|
||||
|
||||
state_default: pinctrl0 {
|
||||
sdram {
|
||||
ralink,group = "sdram";
|
||||
ralink,function = "sdram";
|
||||
};
|
||||
};
|
||||
|
||||
spi_pins: spi {
|
||||
spi {
|
||||
ralink,group = "spi";
|
||||
ralink,function = "spi";
|
||||
};
|
||||
};
|
||||
|
||||
uartlite_pins: uartlite {
|
||||
uart {
|
||||
ralink,group = "uartlite";
|
||||
ralink,function = "uartlite";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ethernet@400000 {
|
||||
compatible = "ralink,rt2880-eth";
|
||||
reg = <0x00400000 10000>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
interrupt-parent = <&cpuintc>;
|
||||
interrupts = <5>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
port@0 {
|
||||
compatible = "ralink,rt2880-port", "ralink,eth-port";
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
@ -146,8 +182,6 @@
|
|||
interrupts = <6>;
|
||||
|
||||
ralink,eeprom = "soc_wmac.eeprom";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue