diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-07-29 08:31:52 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-09-30 11:00:43 -0400 |
commit | 960ee4e7967f0d0bdebae439e79f94cec78e23f7 (patch) | |
tree | 71c8b5d1d74995beb2db505764ba485cdcfb0d2e /arch/arm/boot/dts/dove.dtsi | |
parent | 6953af7749cd023770b948865cb8efa738cc6473 (diff) |
ARM: dove: add MBus DT node
This adds a MBus node including ranges and pcie apertures required later.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 0b4b8ec966c4..d312290edfc1 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -29,6 +29,21 @@ | |||
29 | marvell,tauros2-cache-features = <0>; | 29 | marvell,tauros2-cache-features = <0>; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | mbus { | ||
33 | compatible = "marvell,dove-mbus", "marvell,mbus", "simple-bus"; | ||
34 | #address-cells = <2>; | ||
35 | #size-cells = <1>; | ||
36 | controller = <&mbusc>; | ||
37 | pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */ | ||
38 | pcie-io-aperture = <0xf2000000 0x00200000>; /* 2M I/O space */ | ||
39 | |||
40 | ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x0100000 /* MBUS regs 1M */ | ||
41 | MBUS_ID(0xf0, 0x02) 0 0xf1800000 0x1000000 /* AXI regs 16M */ | ||
42 | MBUS_ID(0x01, 0xfd) 0 0xf8000000 0x8000000 /* BootROM 128M */ | ||
43 | MBUS_ID(0x03, 0x01) 0 0xc8000000 0x0100000 /* CESA SRAM 1M */ | ||
44 | MBUS_ID(0x0d, 0x00) 0 0xf0000000 0x0100000>; /* PMU SRAM 1M */ | ||
45 | }; | ||
46 | |||
32 | soc@f1000000 { | 47 | soc@f1000000 { |
33 | compatible = "simple-bus"; | 48 | compatible = "simple-bus"; |
34 | #address-cells = <1>; | 49 | #address-cells = <1>; |
@@ -44,6 +59,11 @@ | |||
44 | 0xf2100000 0xf2100000 0x0100000 /* PCIe0 I/O 1M */ | 59 | 0xf2100000 0xf2100000 0x0100000 /* PCIe0 I/O 1M */ |
45 | 0xf8000000 0xf8000000 0x8000000>; /* BootROM 128M */ | 60 | 0xf8000000 0xf8000000 0x8000000>; /* BootROM 128M */ |
46 | 61 | ||
62 | mbusc: mbus-ctrl@20000 { | ||
63 | compatible = "marvell,mbus-controller"; | ||
64 | reg = <0x20000 0x80>, <0x800100 0x8>; | ||
65 | }; | ||
66 | |||
47 | timer: timer@20300 { | 67 | timer: timer@20300 { |
48 | compatible = "marvell,orion-timer"; | 68 | compatible = "marvell,orion-timer"; |
49 | reg = <0x20300 0x20>; | 69 | reg = <0x20300 0x20>; |