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 @@ -939,6 +939,8 @@ Params: abx80x Select one of the ABx80x family:
939
939
940
940
pcf8563 Select the PCF8563 device
941
941
942
+ rv3028 Select the Micro Crystal RV3028 device
943
+
942
944
addr Sets the address for the RTC. Note that the
943
945
device must be configured to use the specified
944
946
address.
Original file line number Diff line number Diff line change 158
158
};
159
159
};
160
160
161
+ fragment@10 {
162
+ target = <&i2c_arm>;
163
+ __dormant__ {
164
+ #address-cells = <1>;
165
+ #size-cells = <0>;
166
+ status = "okay";
167
+
168
+ rv3028: rv3028@52 {
169
+ compatible = "microcrystal,rv3028";
170
+ reg = <0x52>;
171
+ status = "okay";
172
+ };
173
+ };
174
+ };
175
+
161
176
__overrides__ {
162
177
abx80x = <0>,"+0";
163
178
ds1307 = <0>,"+1";
169
184
pcf8523 = <0>,"+7";
170
185
pcf8563 = <0>,"+8";
171
186
m41t62 = <0>,"+9";
187
+ rv3028 = <0>,"+10";
172
188
173
189
addr = <&abx80x>, "reg:0",
174
190
<&ds1307>, "reg:0",
You can’t perform that action at this time.
0 commit comments