2
0
forked from Ivasoft/openwrt

lantiq: dts: move localbus childs to dts

The localbus childs are highly board specific and need to be part of the
board dts. Otherwise we run into duplicate unit address issues if a
board has something else (NAND) connected to the bus id.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2019-01-27 16:34:33 +01:00
parent 85debe661e
commit 3b215a01bb
9 changed files with 80 additions and 52 deletions

View File

@@ -166,11 +166,6 @@
};
};
&gpiomm {
status = "okay";
lantiq,shadow = <0x3>;
};
&gsw {
phy-mode = "rmii";
mtd-mac-address = <&boardconfig 0x16>;
@@ -211,6 +206,16 @@
};
};
};
gpiomm: gpiomm@1 {
compatible = "lantiq,gpio-mm";
reg = <1 0x0 0x10 >;
#address-cells = <1>;
#size-cells = <1>;
#gpio-cells = <2>;
gpio-controller;
lantiq,shadow = <0x3>;
};
};
&pci0 {