提交 85a390b0 编写于 作者: T Thomas Petazzoni 提交者: Olof Johansson

arm: spear6xx: add labels to various nodes in spear600.dtsi

Having labels allows to more easily reference nodes in .dts files
including spear600.dtsi.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 214b8b8e
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
#interrupt-cells = <1>; #interrupt-cells = <1>;
}; };
clcd@fc200000 { clcd: clcd@fc200000 {
compatible = "arm,pl110", "arm,primecell"; compatible = "arm,pl110", "arm,primecell";
reg = <0xfc200000 0x1000>; reg = <0xfc200000 0x1000>;
interrupt-parent = <&vic1>; interrupt-parent = <&vic1>;
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
status = "disabled"; status = "disabled";
}; };
dma@fc400000 { dmac: dma@fc400000 {
compatible = "arm,pl080", "arm,primecell"; compatible = "arm,pl080", "arm,primecell";
reg = <0xfc400000 0x1000>; reg = <0xfc400000 0x1000>;
interrupt-parent = <&vic1>; interrupt-parent = <&vic1>;
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
status = "disabled"; status = "disabled";
}; };
ehci@e1800000 { ehci_usb0: ehci@e1800000 {
compatible = "st,spear600-ehci", "usb-ehci"; compatible = "st,spear600-ehci", "usb-ehci";
reg = <0xe1800000 0x1000>; reg = <0xe1800000 0x1000>;
interrupt-parent = <&vic1>; interrupt-parent = <&vic1>;
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
status = "disabled"; status = "disabled";
}; };
ehci@e2000000 { ehci_usb1: ehci@e2000000 {
compatible = "st,spear600-ehci", "usb-ehci"; compatible = "st,spear600-ehci", "usb-ehci";
reg = <0xe2000000 0x1000>; reg = <0xe2000000 0x1000>;
interrupt-parent = <&vic1>; interrupt-parent = <&vic1>;
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
status = "disabled"; status = "disabled";
}; };
ohci@e1900000 { ohci_usb0: ohci@e1900000 {
compatible = "st,spear600-ohci", "usb-ohci"; compatible = "st,spear600-ohci", "usb-ohci";
reg = <0xe1900000 0x1000>; reg = <0xe1900000 0x1000>;
interrupt-parent = <&vic1>; interrupt-parent = <&vic1>;
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
status = "disabled"; status = "disabled";
}; };
ohci@e2100000 { ohci_usb1: ohci@e2100000 {
compatible = "st,spear600-ohci", "usb-ohci"; compatible = "st,spear600-ohci", "usb-ohci";
reg = <0xe2100000 0x1000>; reg = <0xe2100000 0x1000>;
interrupt-parent = <&vic1>; interrupt-parent = <&vic1>;
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
compatible = "simple-bus"; compatible = "simple-bus";
ranges = <0xd0000000 0xd0000000 0x30000000>; ranges = <0xd0000000 0xd0000000 0x30000000>;
serial@d0000000 { uart0: serial@d0000000 {
compatible = "arm,pl011", "arm,primecell"; compatible = "arm,pl011", "arm,primecell";
reg = <0xd0000000 0x1000>; reg = <0xd0000000 0x1000>;
interrupt-parent = <&vic0>; interrupt-parent = <&vic0>;
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
status = "disabled"; status = "disabled";
}; };
serial@d0080000 { uart1: serial@d0080000 {
compatible = "arm,pl011", "arm,primecell"; compatible = "arm,pl011", "arm,primecell";
reg = <0xd0080000 0x1000>; reg = <0xd0080000 0x1000>;
interrupt-parent = <&vic0>; interrupt-parent = <&vic0>;
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
interrupts = <4>; interrupts = <4>;
}; };
i2c@d0200000 { i2c: i2c@d0200000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "snps,designware-i2c"; compatible = "snps,designware-i2c";
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
status = "disabled"; status = "disabled";
}; };
rtc@fc900000 { rtc: rtc@fc900000 {
compatible = "st,spear600-rtc"; compatible = "st,spear600-rtc";
reg = <0xfc900000 0x1000>; reg = <0xfc900000 0x1000>;
interrupts = <10>; interrupts = <10>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册