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-db.dts | |
parent | b18ea4dc7746f1270bbe3a0817f9a034eec031a8 (diff) | |
download | blackbird-obmc-linux-82a682676ce34e59369f60168a8729348aaae4d0.tar.gz blackbird-obmc-linux-82a682676ce34e59369f60168a8729348aaae4d0.zip |
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-db.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-db.dts | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts index 54cc5bb705fb..e37863f826b9 100644 --- a/arch/arm/boot/dts/armada-xp-db.dts +++ b/arch/arm/boot/dts/armada-xp-db.dts @@ -30,24 +30,24 @@ }; soc { - serial@d0012000 { + serial@12000 { clock-frequency = <250000000>; status = "okay"; }; - serial@d0012100 { + serial@12100 { clock-frequency = <250000000>; status = "okay"; }; - serial@d0012200 { + serial@12200 { clock-frequency = <250000000>; status = "okay"; }; - serial@d0012300 { + serial@12300 { clock-frequency = <250000000>; status = "okay"; }; - sata@d00a0000 { + sata@a0000 { nr-ports = <2>; status = "okay"; }; @@ -70,47 +70,47 @@ }; }; - ethernet@d0070000 { + ethernet@70000 { status = "okay"; phy = <&phy0>; phy-mode = "rgmii-id"; }; - ethernet@d0074000 { + ethernet@74000 { status = "okay"; phy = <&phy1>; phy-mode = "rgmii-id"; }; - ethernet@d0030000 { + ethernet@30000 { status = "okay"; phy = <&phy2>; phy-mode = "sgmii"; }; - ethernet@d0034000 { + ethernet@34000 { status = "okay"; phy = <&phy3>; phy-mode = "sgmii"; }; - mvsdio@d00d4000 { + mvsdio@d4000 { pinctrl-0 = <&sdio_pins>; pinctrl-names = "default"; status = "okay"; /* No CD or WP GPIOs */ }; - usb@d0050000 { + usb@50000 { status = "okay"; }; - usb@d0051000 { + usb@51000 { status = "okay"; }; - usb@d0052000 { + usb@52000 { status = "okay"; }; - spi0: spi@d0010600 { + spi0: spi@10600 { status = "okay"; spi-flash@0 { |