.. | .. |
---|
4 | 4 | * |
---|
5 | 5 | * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> |
---|
6 | 6 | * |
---|
7 | | - * Device tree source file for SAMSUNG SMDK6410 board which is based on |
---|
| 7 | + * Device tree source file for Samsung SMDK6410 board which is based on |
---|
8 | 8 | * Samsung's S3C6410 SoC. |
---|
9 | 9 | */ |
---|
10 | 10 | |
---|
.. | .. |
---|
16 | 16 | #include "s3c6410.dtsi" |
---|
17 | 17 | |
---|
18 | 18 | / { |
---|
19 | | - model = "SAMSUNG SMDK6410 board based on S3C6410"; |
---|
| 19 | + model = "Samsung SMDK6410 board based on S3C6410"; |
---|
20 | 20 | compatible = "samsung,mini6410", "samsung,s3c6410"; |
---|
21 | 21 | |
---|
22 | 22 | memory@50000000 { |
---|
.. | .. |
---|
28 | 28 | bootargs = "console=ttySAC0,115200n8 earlyprintk rootwait root=/dev/mmcblk0p1"; |
---|
29 | 29 | }; |
---|
30 | 30 | |
---|
31 | | - clocks { |
---|
32 | | - compatible = "simple-bus"; |
---|
33 | | - #address-cells = <1>; |
---|
34 | | - #size-cells = <0>; |
---|
35 | | - |
---|
36 | | - fin_pll: oscillator@0 { |
---|
37 | | - compatible = "fixed-clock"; |
---|
38 | | - reg = <0>; |
---|
39 | | - clock-frequency = <12000000>; |
---|
40 | | - clock-output-names = "fin_pll"; |
---|
41 | | - #clock-cells = <0>; |
---|
42 | | - }; |
---|
43 | | - |
---|
44 | | - xusbxti: oscillator@1 { |
---|
45 | | - compatible = "fixed-clock"; |
---|
46 | | - reg = <1>; |
---|
47 | | - clock-output-names = "xusbxti"; |
---|
48 | | - clock-frequency = <48000000>; |
---|
49 | | - #clock-cells = <0>; |
---|
50 | | - }; |
---|
| 31 | + fin_pll: oscillator-0 { |
---|
| 32 | + compatible = "fixed-clock"; |
---|
| 33 | + clock-frequency = <12000000>; |
---|
| 34 | + clock-output-names = "fin_pll"; |
---|
| 35 | + #clock-cells = <0>; |
---|
51 | 36 | }; |
---|
52 | 37 | |
---|
53 | | - srom-cs1@18000000 { |
---|
| 38 | + xusbxti: oscillator-1 { |
---|
| 39 | + compatible = "fixed-clock"; |
---|
| 40 | + clock-output-names = "xusbxti"; |
---|
| 41 | + clock-frequency = <48000000>; |
---|
| 42 | + #clock-cells = <0>; |
---|
| 43 | + }; |
---|
| 44 | + |
---|
| 45 | + srom-cs1-bus@18000000 { |
---|
54 | 46 | compatible = "simple-bus"; |
---|
55 | 47 | #address-cells = <1>; |
---|
56 | 48 | #size-cells = <1>; |
---|