.. | .. |
---|
13 | 13 | |
---|
14 | 14 | aliases { |
---|
15 | 15 | pinctrl0 = &pinctrl_0; |
---|
16 | | - serial0 = &uart0; |
---|
17 | | - serial1 = &uart1; |
---|
18 | | - serial2 = &uart2; |
---|
| 16 | + serial0 = &uart_0; |
---|
| 17 | + serial1 = &uart_1; |
---|
| 18 | + serial2 = &uart_2; |
---|
19 | 19 | }; |
---|
20 | 20 | |
---|
21 | | - intc:interrupt-controller@4a000000 { |
---|
| 21 | + intc: interrupt-controller@4a000000 { |
---|
22 | 22 | compatible = "samsung,s3c2410-irq"; |
---|
23 | 23 | reg = <0x4a000000 0x100>; |
---|
24 | 24 | interrupt-controller; |
---|
.. | .. |
---|
39 | 39 | }; |
---|
40 | 40 | }; |
---|
41 | 41 | |
---|
42 | | - timer@51000000 { |
---|
| 42 | + timer: pwm@51000000 { |
---|
43 | 43 | compatible = "samsung,s3c2410-pwm"; |
---|
44 | 44 | reg = <0x51000000 0x1000>; |
---|
45 | 45 | interrupts = <0 0 10 3>, <0 0 11 3>, <0 0 12 3>, <0 0 13 3>, <0 0 14 3>; |
---|
46 | | - #pwm-cells = <4>; |
---|
| 46 | + #pwm-cells = <3>; |
---|
47 | 47 | }; |
---|
48 | 48 | |
---|
49 | | - uart0: serial@50000000 { |
---|
| 49 | + uart_0: serial@50000000 { |
---|
50 | 50 | compatible = "samsung,s3c2410-uart"; |
---|
51 | 51 | reg = <0x50000000 0x4000>; |
---|
52 | 52 | interrupts = <1 28 0 4>, <1 28 1 4>; |
---|
53 | 53 | status = "disabled"; |
---|
54 | 54 | }; |
---|
55 | 55 | |
---|
56 | | - uart1: serial@50004000 { |
---|
| 56 | + uart_1: serial@50004000 { |
---|
57 | 57 | compatible = "samsung,s3c2410-uart"; |
---|
58 | 58 | reg = <0x50004000 0x4000>; |
---|
59 | 59 | interrupts = <1 23 3 4>, <1 23 4 4>; |
---|
60 | 60 | status = "disabled"; |
---|
61 | 61 | }; |
---|
62 | 62 | |
---|
63 | | - uart2: serial@50008000 { |
---|
| 63 | + uart_2: serial@50008000 { |
---|
64 | 64 | compatible = "samsung,s3c2410-uart"; |
---|
65 | 65 | reg = <0x50008000 0x4000>; |
---|
66 | 66 | interrupts = <1 15 6 4>, <1 15 7 4>; |
---|
67 | 67 | status = "disabled"; |
---|
68 | 68 | }; |
---|
69 | 69 | |
---|
70 | | - watchdog@53000000 { |
---|
| 70 | + watchdog: watchdog@53000000 { |
---|
71 | 71 | compatible = "samsung,s3c2410-wdt"; |
---|
72 | 72 | reg = <0x53000000 0x100>; |
---|
73 | 73 | interrupts = <0 0 9 3>; |
---|
74 | 74 | status = "disabled"; |
---|
75 | 75 | }; |
---|
76 | 76 | |
---|
77 | | - rtc@57000000 { |
---|
| 77 | + rtc: rtc@57000000 { |
---|
78 | 78 | compatible = "samsung,s3c2410-rtc"; |
---|
79 | 79 | reg = <0x57000000 0x100>; |
---|
80 | 80 | interrupts = <0 0 30 3>, <0 0 8 3>; |
---|
81 | 81 | status = "disabled"; |
---|
82 | 82 | }; |
---|
83 | 83 | |
---|
84 | | - i2c@54000000 { |
---|
| 84 | + i2c: i2c@54000000 { |
---|
85 | 85 | compatible = "samsung,s3c2410-i2c"; |
---|
86 | 86 | reg = <0x54000000 0x100>; |
---|
87 | 87 | interrupts = <0 0 27 3>; |
---|