summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/db8500.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-04-24 09:53:18 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2012-04-25 10:42:39 (GMT)
commitbf76e062c1b451223c462bb3452a1a8c7d5c0de5 (patch)
tree0033844079bdf9cbe2e520e48c3edfc39371e217 /arch/arm/boot/dts/db8500.dtsi
parent7919fb18cfcc9bc8c4751af4b26dada052483e98 (diff)
downloadlinux-fsl-qoriq-bf76e062c1b451223c462bb3452a1a8c7d5c0de5.tar.xz
ARM: ux500: Enable the SMSC9115 on Snowball via Device Tree
Here we split the description of the external-bus@50000000 over two description files. In the more generic db8500 description file we only specify the external-bus. Normally this would be used to communicate with a NOR-flash device. On the Snowball however, the SMSC9115 Ethernet chip occupies it. In the Snowball board specific description file is where we actually specify that it is in fact the Ethernet device which lives here. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/db8500.dtsi')
-rw-r--r--arch/arm/boot/dts/db8500.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi
index e840300..a2eb095 100644
--- a/arch/arm/boot/dts/db8500.dtsi
+++ b/arch/arm/boot/dts/db8500.dtsi
@@ -288,5 +288,14 @@
interrupts = <0 100 0x4>;
status = "disabled";
};
+
+ external-bus@50000000 {
+ compatible = "simple-bus";
+ reg = <0x50000000 0x4000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x50000000 0x4000000>;
+ status = "disabled";
+ };
};
};