forked from Ivasoft/openwrt
lantiq: Move the definition of the xrx200-net node to vr9.dtsi
This removes a lot of duplicate register and interrupt definitions by moving the xrx200-net definition to vr9.dtsi and making all devices re- use it. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 48547
This commit is contained in:
@@ -170,6 +170,19 @@
|
||||
interrupts = <91>;
|
||||
};
|
||||
|
||||
eth0: eth@E108000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "lantiq,xrx200-net";
|
||||
reg = < 0xE108000 0x3000 /* switch */
|
||||
0xE10B100 0x70 /* mdio */
|
||||
0xE10B1D8 0x30 /* mii */
|
||||
0xE10B308 0x30 /* pmac */
|
||||
>;
|
||||
interrupt-parent = <&icu0>;
|
||||
interrupts = <73 72>;
|
||||
};
|
||||
|
||||
mei@E116000 {
|
||||
compatible = "lantiq,mei-xrx200";
|
||||
reg = <0xE116000 0x9c>;
|
||||
|
||||
Reference in New Issue
Block a user