aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorTino Reichardt <milky-lede@mcmilk.de>2017-02-26 21:25:32 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-06-03 21:14:07 +0200
commit1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4 (patch)
tree5d3e9bf83722d5d11978ca0e1391c9d81908473b /target/linux/lantiq/dts
parentaef39358e6f6ffbd19607330a51f99328a95944d (diff)
downloadupstream-1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4.tar.gz
upstream-1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4.tar.bz2
upstream-1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4.zip
lantiq: fix amazonse.dsti
Add missing memory@0 and localbus@0 sections. Fix MEI and GPTU interrupt definitions. Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/amazonse.dtsi18
1 files changed, 15 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/amazonse.dtsi b/target/linux/lantiq/dts/amazonse.dtsi
index 2b8ad08140..e88fc161b7 100644
--- a/target/linux/lantiq/dts/amazonse.dtsi
+++ b/target/linux/lantiq/dts/amazonse.dtsi
@@ -19,6 +19,10 @@
};
};
+ memory@0 {
+ device_type = "memory";
+ };
+
biu@1F800000 {
#address-cells = <1>;
#size-cells = <1>;
@@ -52,6 +56,7 @@
eiu0: eiu@101000 {
#interrupt-cells = <1>;
+ interrupt-controller;
compatible = "lantiq,eiu-xway";
reg = <0x101000 0x1000>;
interrupt-parent = <&icu0>;
@@ -82,6 +87,14 @@
ranges = <0x0 0x10000000 0xEEFFFFF>;
reg = <0x10000000 0xEF00000>;
+ localbus@0 {
+ #address-cells = <2>;
+ #size-cells = <1>;
+ ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
+ 1 0 0x4000000 0x4000010>; /* addsel1 */
+ compatible = "lantiq,localbus", "simple-bus";
+ };
+
spi@E100800 {
compatible = "lantiq,ase-spi";
reg = <0xE100800 0x100>;
@@ -97,8 +110,7 @@
compatible = "lantiq,gptu-xway";
reg = <0xE100A00 0x100>;
interrupt-parent = <&icu0>;
- interrupts = <97 98 99 100 101 102>;
- status = "disabled";
+ interrupts = <33 34 35 36 37 38>;
};
gpio: pinmux@E100B10 {
@@ -118,7 +130,7 @@
mei@E116000 {
compatible = "lantiq,mei-xway";
interrupt-parent = <&icu0>;
- interrupts = <63>;
+ interrupts = <81>;
};
ifxhcd@E101000 {