Commit 1d72c2f2 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Olof Johansson

arm: spear6xx: use node labels in spear600-evb.dts

Now that we have introduced node labels in spear600.dtsi, we can use
them for spear600-evb.dts.
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 85a390b0
......@@ -22,38 +22,38 @@ memory {
device_type = "memory";
reg = <0 0x10000000>;
};
};
ahb {
clcd@fc200000 {
&clcd {
status = "okay";
};
};
dma@fc400000 {
&dmac {
status = "okay";
};
};
ehci@e1800000 {
&ehci_usb0 {
status = "okay";
};
};
ehci@e2000000 {
&ehci_usb1 {
status = "okay";
};
};
gmac: ethernet@e0800000 {
&gmac {
phy-mode = "gmii";
status = "okay";
};
};
ohci@e1900000 {
&ohci_usb0 {
status = "okay";
};
};
ohci@e2100000 {
&ohci_usb1 {
status = "okay";
};
};
smi: flash@fc000000 {
&smi {
status = "okay";
clock-rate=<50000000>;
......@@ -88,29 +88,25 @@ partition@390000 {
reg = <0x390000 0x0>;
};
};
};
};
apb {
serial@d0000000 {
&uart0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
};
serial@d0080000 {
&uart1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
};
rtc@fc900000 {
&rtc {
status = "okay";
};
};
i2c@d0200000 {
&i2c {
clock-frequency = <400000>;
status = "okay";
};
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment