Skip to content

Commit

Permalink
ARM: dts: s3c2416: Add labels to S3C2416 nodes
Browse files Browse the repository at this point in the history
Add new labels to certain nodes on S3C2416 so they could be easily
referenced by board DTS files.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Kukjin Kim committed Jun 3, 2015
1 parent 8021dda commit 3ae9d92
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions arch/arm/boot/dts/s3c2416.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
compatible = "samsung,s3c2416";

aliases {
serial3 = &uart3;
serial3 = &uart_3;
};

cpus {
Expand Down Expand Up @@ -48,31 +48,31 @@
clock-names = "timers";
};

serial@50000000 {
uart_0: serial@50000000 {
compatible = "samsung,s3c2440-uart";
clock-names = "uart", "clk_uart_baud2",
"clk_uart_baud3";
clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>,
<&clocks SCLK_UART>;
};

serial@50004000 {
uart_1: serial@50004000 {
compatible = "samsung,s3c2440-uart";
clock-names = "uart", "clk_uart_baud2",
"clk_uart_baud3";
clocks = <&clocks PCLK_UART1>, <&clocks PCLK_UART1>,
<&clocks SCLK_UART>;
};

serial@50008000 {
uart_2: serial@50008000 {
compatible = "samsung,s3c2440-uart";
clock-names = "uart", "clk_uart_baud2",
"clk_uart_baud3";
clocks = <&clocks PCLK_UART2>, <&clocks PCLK_UART2>,
<&clocks SCLK_UART>;
};

uart3: serial@5000C000 {
uart_3: serial@5000C000 {
compatible = "samsung,s3c2440-uart";
reg = <0x5000C000 0x4000>;
interrupts = <1 18 24 4>, <1 18 25 4>;
Expand All @@ -83,7 +83,7 @@
status = "disabled";
};

sdhci@4AC00000 {
sdhci_1: sdhci@4AC00000 {
compatible = "samsung,s3c6410-sdhci";
reg = <0x4AC00000 0x100>;
interrupts = <0 0 21 3>;
Expand All @@ -94,7 +94,7 @@
status = "disabled";
};

sdhci@4A800000 {
sdhci_0: sdhci@4A800000 {
compatible = "samsung,s3c6410-sdhci";
reg = <0x4A800000 0x100>;
interrupts = <0 0 20 3>;
Expand All @@ -105,13 +105,13 @@
status = "disabled";
};

watchdog@53000000 {
watchdog: watchdog@53000000 {
interrupts = <1 9 27 3>;
clocks = <&clocks PCLK_WDT>;
clock-names = "watchdog";
};

rtc@57000000 {
rtc: rtc@57000000 {
compatible = "samsung,s3c2416-rtc";
clocks = <&clocks PCLK_RTC>;
clock-names = "rtc";
Expand Down

0 comments on commit 3ae9d92

Please sign in to comment.