hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/boot/dts/s3c6410-smdk6410.dts
....@@ -4,7 +4,7 @@
44 *
55 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
66 *
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
88 * Samsung's S3C6410 SoC.
99 */
1010
....@@ -16,7 +16,7 @@
1616 #include "s3c6410.dtsi"
1717
1818 / {
19
- model = "SAMSUNG SMDK6410 board based on S3C6410";
19
+ model = "Samsung SMDK6410 board based on S3C6410";
2020 compatible = "samsung,mini6410", "samsung,s3c6410";
2121
2222 memory@50000000 {
....@@ -28,29 +28,21 @@
2828 bootargs = "console=ttySAC0,115200n8 earlyprintk rootwait root=/dev/mmcblk0p1";
2929 };
3030
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>;
5136 };
5237
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 {
5446 compatible = "simple-bus";
5547 #address-cells = <1>;
5648 #size-cells = <1>;