From 022855baf2e420a63cf9655bbc96d8915a4e8fd1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 29 Jan 2016 00:42:45 +0000 Subject: 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 SVN-Revision: 48547 --- target/linux/lantiq/dts/vr9.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/lantiq/dts/vr9.dtsi') diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi index fce6f87174..aa34a5f3e7 100644 --- a/target/linux/lantiq/dts/vr9.dtsi +++ b/target/linux/lantiq/dts/vr9.dtsi @@ -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>; -- cgit v1.2.3