[source] lantiq: fix amazonse.dsti
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 3 13:20:00 PDT 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4
commit 1039e41deadd2d4f23b7b6ccdad28fbcc65cfdb4
Author: Tino Reichardt <milky-lede at mcmilk.de>
AuthorDate: Sun Feb 26 21:25:32 2017 +0100
lantiq: fix amazonse.dsti
Add missing memory at 0 and localbus at 0 sections.
Fix MEI and GPTU interrupt definitions.
Signed-off-by: Tino Reichardt <milky-lede at mcmilk.de>
---
target/linux/lantiq/dts/amazonse.dtsi | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/target/linux/lantiq/dts/amazonse.dtsi b/target/linux/lantiq/dts/amazonse.dtsi
index 2b8ad08..e88fc16 100644
--- a/target/linux/lantiq/dts/amazonse.dtsi
+++ b/target/linux/lantiq/dts/amazonse.dtsi
@@ -19,6 +19,10 @@
};
};
+ memory at 0 {
+ device_type = "memory";
+ };
+
biu at 1F800000 {
#address-cells = <1>;
#size-cells = <1>;
@@ -52,6 +56,7 @@
eiu0: eiu at 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 at 0 {
+ #address-cells = <2>;
+ #size-cells = <1>;
+ ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
+ 1 0 0x4000000 0x4000010>; /* addsel1 */
+ compatible = "lantiq,localbus", "simple-bus";
+ };
+
spi at 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 at E100B10 {
@@ -118,7 +130,7 @@
mei at E116000 {
compatible = "lantiq,mei-xway";
interrupt-parent = <&icu0>;
- interrupts = <63>;
+ interrupts = <81>;
};
ifxhcd at E101000 {
More information about the lede-commits
mailing list