diff options
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index 5972abb55f9c..b6f759e830ed 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | |||
@@ -18,6 +18,19 @@ | |||
18 | model = "KZM-A9-GT"; | 18 | model = "KZM-A9-GT"; |
19 | compatible = "renesas,kzm9g-reference", "renesas,sh73a0"; | 19 | compatible = "renesas,kzm9g-reference", "renesas,sh73a0"; |
20 | 20 | ||
21 | cpus { | ||
22 | cpu@0 { | ||
23 | cpu0-supply = <&vdd_dvfs>; | ||
24 | operating-points = < | ||
25 | /* kHz uV */ | ||
26 | 1196000 1315000 | ||
27 | 598000 1175000 | ||
28 | 398667 1065000 | ||
29 | >; | ||
30 | voltage-tolerance = <1>; /* 1% */ | ||
31 | }; | ||
32 | }; | ||
33 | |||
21 | chosen { | 34 | chosen { |
22 | bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200"; | 35 | bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200"; |
23 | }; | 36 | }; |
@@ -59,6 +72,79 @@ | |||
59 | }; | 72 | }; |
60 | }; | 73 | }; |
61 | 74 | ||
75 | &i2c0 { | ||
76 | as3711@40 { | ||
77 | compatible = "ams,as3711"; | ||
78 | reg = <0x40>; | ||
79 | |||
80 | regulators { | ||
81 | vdd_dvfs: sd1 { | ||
82 | regulator-name = "1.315V CPU"; | ||
83 | regulator-min-microvolt = <1050000>; | ||
84 | regulator-max-microvolt = <1350000>; | ||
85 | regulator-always-on; | ||
86 | regulator-boot-on; | ||
87 | }; | ||
88 | sd2 { | ||
89 | regulator-name = "1.8V"; | ||
90 | regulator-min-microvolt = <1800000>; | ||
91 | regulator-max-microvolt = <1800000>; | ||
92 | regulator-always-on; | ||
93 | regulator-boot-on; | ||
94 | }; | ||
95 | sd4 { | ||
96 | regulator-name = "1.215V"; | ||
97 | regulator-min-microvolt = <1215000>; | ||
98 | regulator-max-microvolt = <1235000>; | ||
99 | regulator-always-on; | ||
100 | regulator-boot-on; | ||
101 | }; | ||
102 | ldo2 { | ||
103 | regulator-name = "2.8V CPU"; | ||
104 | regulator-min-microvolt = <2800000>; | ||
105 | regulator-max-microvolt = <2800000>; | ||
106 | regulator-always-on; | ||
107 | regulator-boot-on; | ||
108 | }; | ||
109 | ldo3 { | ||
110 | regulator-name = "3.0V CPU"; | ||
111 | regulator-min-microvolt = <3000000>; | ||
112 | regulator-max-microvolt = <3000000>; | ||
113 | regulator-always-on; | ||
114 | regulator-boot-on; | ||
115 | }; | ||
116 | ldo4 { | ||
117 | regulator-name = "2.8V"; | ||
118 | regulator-min-microvolt = <2800000>; | ||
119 | regulator-max-microvolt = <2800000>; | ||
120 | regulator-always-on; | ||
121 | regulator-boot-on; | ||
122 | }; | ||
123 | ldo5 { | ||
124 | regulator-name = "2.8V #2"; | ||
125 | regulator-min-microvolt = <2800000>; | ||
126 | regulator-max-microvolt = <2800000>; | ||
127 | regulator-always-on; | ||
128 | regulator-boot-on; | ||
129 | }; | ||
130 | ldo7 { | ||
131 | regulator-name = "1.15V CPU"; | ||
132 | regulator-min-microvolt = <1150000>; | ||
133 | regulator-max-microvolt = <1150000>; | ||
134 | regulator-always-on; | ||
135 | regulator-boot-on; | ||
136 | }; | ||
137 | ldo8 { | ||
138 | regulator-name = "1.15V CPU #2"; | ||
139 | regulator-min-microvolt = <1150000>; | ||
140 | regulator-max-microvolt = <1150000>; | ||
141 | regulator-always-on; | ||
142 | regulator-boot-on; | ||
143 | }; | ||
144 | }; | ||
145 | }; | ||
146 | }; | ||
147 | |||
62 | &mmcif { | 148 | &mmcif { |
63 | bus-width = <8>; | 149 | bus-width = <8>; |
64 | vmmc-supply = <®_1p8v>; | 150 | vmmc-supply = <®_1p8v>; |