File tree 2 files changed +18
-0
lines changed
arch/arm/boot/dts/overlays 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1232,6 +1232,8 @@ Params: abx80x Select one of the ABx80x family:
1232
1232
1233
1233
rv3028 Select the Micro Crystal RV3028 device
1234
1234
1235
+ sd3078 Select the ZXW Shenzhen whwave SD3078 device
1236
+
1235
1237
addr Sets the address for the RTC. Note that the
1236
1238
device must be configured to use the specified
1237
1239
address.
Original file line number Diff line number Diff line change 220
220
};
221
221
};
222
222
223
+ fragment@14 {
224
+ target = <&i2c_arm>;
225
+ __dormant__ {
226
+ #address-cells = <1>;
227
+ #size-cells = <0>;
228
+ status = "okay";
229
+
230
+ sd3078: sd3078@32 {
231
+ compatible = "whwave,sd3078";
232
+ reg = <0x32>;
233
+ status = "okay";
234
+ };
235
+ };
236
+ };
237
+
223
238
__overrides__ {
224
239
abx80x = <0>,"+0";
225
240
ds1307 = <0>,"+1";
235
250
pcf2129 = <0>,"+11";
236
251
pcf85363 = <0>,"+12";
237
252
rv1805 = <0>,"+13";
253
+ sd3078 = <0>,"+14";
238
254
239
255
addr = <&abx80x>, "reg:0",
240
256
<&ds1307>, "reg:0",
You can’t perform that action at this time.
0 commit comments