forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/r8a73a4-ape6evm.dts
....@@ -19,7 +19,7 @@
1919 };
2020
2121 chosen {
22
- bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw";
22
+ bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
2323 stdout-path = "serial0:115200n8";
2424 };
2525
....@@ -157,15 +157,39 @@
157157
158158 &cpu0 {
159159 cpu0-supply = <&vdd_dvfs>;
160
- operating-points = <
161
- /* kHz uV */
162
- 1950000 1115000
163
- 1462500 995000
164
- >;
160
+ operating-points = <1950000 1115000>, /* kHz uV */
161
+ <1462500 995000>;
165162 voltage-tolerance = <1>; /* 1% */
166163 };
167164
168165 &bsc {
166
+ flash@0 {
167
+ compatible = "cfi-flash", "mtd-rom";
168
+ reg = <0x0 0x08000000>;
169
+ bank-width = <2>;
170
+
171
+ partitions {
172
+ compatible = "fixed-partitions";
173
+ #address-cells = <1>;
174
+ #size-cells = <1>;
175
+
176
+ partition@0 {
177
+ label = "uboot";
178
+ reg = <0x00000000 0x00040000>;
179
+ read-only;
180
+ };
181
+ partition@40000 {
182
+ label = "uboot-env";
183
+ reg = <0x00040000 0x00040000>;
184
+ read-only;
185
+ };
186
+ partition@80000 {
187
+ label = "flash";
188
+ reg = <0x00080000 0x07f80000>;
189
+ };
190
+ };
191
+ };
192
+
169193 ethernet@8000000 {
170194 compatible = "smsc,lan9220", "smsc,lan9115";
171195 reg = <0x08000000 0x1000>;