diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2013-04-12 16:29:08 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-04-15 15:00:21 +0000 |
commit | 82a682676ce34e59369f60168a8729348aaae4d0 (patch) | |
tree | 4981ab52ed82202ccf6b2bce1e2d80dabaf2cc95 /arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | |
parent | b18ea4dc7746f1270bbe3a0817f9a034eec031a8 (diff) | |
download | op-kernel-dev-82a682676ce34e59369f60168a8729348aaae4d0.zip op-kernel-dev-82a682676ce34e59369f60168a8729348aaae4d0.tar.gz |
ARM: dts: mvebu: Convert all the mvebu files to use the range property
This conversion will allow to keep 32 bits addresses for the internal
registers whereas the memory of the system will be 64 bits.
Later it will also ease the move of the mvebu-mbus driver to the
device tree support.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts index 9d04f04..e9bc8bf 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts @@ -27,11 +27,11 @@ }; soc { - serial@d0012000 { + serial@12000 { clock-frequency = <250000000>; status = "okay"; }; - serial@d0012100 { + serial@12100 { clock-frequency = <250000000>; status = "okay"; }; @@ -96,31 +96,31 @@ }; }; - ethernet@d0070000 { + ethernet@70000 { status = "okay"; phy = <&phy0>; phy-mode = "sgmii"; }; - ethernet@d0074000 { + ethernet@74000 { status = "okay"; phy = <&phy1>; phy-mode = "sgmii"; }; - ethernet@d0030000 { + ethernet@30000 { status = "okay"; phy = <&phy2>; phy-mode = "sgmii"; }; - ethernet@d0034000 { + ethernet@34000 { status = "okay"; phy = <&phy3>; phy-mode = "sgmii"; }; - i2c@d0011000 { + i2c@11000 { status = "okay"; clock-frequency = <400000>; }; - i2c@d0011100 { + i2c@11100 { status = "okay"; clock-frequency = <400000>; @@ -129,18 +129,18 @@ reg = <0x30>; }; }; - sata@d00a0000 { + sata@a0000 { nr-ports = <2>; status = "okay"; }; - usb@d0050000 { + usb@50000 { status = "okay"; }; - usb@d0051000 { + usb@51000 { status = "okay"; }; - devbus-bootcs@d0010400 { + devbus-bootcs@10400 { status = "okay"; ranges = <0 0xf0000000 0x8000000>; /* @addr 0xf000000, size 0x8000000 */ |