diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-09-06 10:09:11 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-09-18 00:20:23 +0200 |
commit | 73efd53012af7775a4504da46ebf4145528d50e7 (patch) | |
tree | 5a287cbba28ac33007223a21e9846b57979bdb87 /arch/arm/boot/dts/integrator.dtsi | |
parent | ARM: 7518/1: integrator: convert AMBA devices to device tree (diff) | |
download | linux-73efd53012af7775a4504da46ebf4145528d50e7.tar.xz linux-73efd53012af7775a4504da46ebf4145528d50e7.zip |
ARM: 7519/1: integrator: convert platform devices to Device Tree
This moves the physmap flash and SMSC91x ethernet devices
over to the device tree, moving the static board code down
into the #ifndef CONFIG_OF section.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/dts/integrator.dtsi')
-rw-r--r-- | arch/arm/boot/dts/integrator.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integrator.dtsi b/arch/arm/boot/dts/integrator.dtsi index 9bcc09d54457..813b91d7bea2 100644 --- a/arch/arm/boot/dts/integrator.dtsi +++ b/arch/arm/boot/dts/integrator.dtsi @@ -31,6 +31,11 @@ clear-mask = <0xffffffff>; }; + flash@24000000 { + compatible = "cfi-flash"; + reg = <0x24000000 0x02000000>; + }; + fpga { compatible = "arm,amba-bus", "simple-bus"; #address-cells = <1>; |