File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 2 files changed +21
-2
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.
@@ -947,7 +949,7 @@ Params: abx80x Select one of the ABx80x family:
947
949
"schottky" (ABx80x only)
948
950
949
951
trickle-resistor-ohms Resistor value for trickle charge (DS1339,
950
- ABx80x)
952
+ ABx80x, RV3028 )
951
953
952
954
wakeup-source Specify that the RTC can be used as a wakeup
953
955
source
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",
182
198
<&m41t62>, "reg:0";
183
199
trickle-diode-type = <&abx80x>,"abracon,tc-diode";
184
200
trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0",
185
- <&abx80x>,"abracon,tc-resistor";
201
+ <&abx80x>,"abracon,tc-resistor",
202
+ <&rv3028>,"trickle-resistor-ohms:0";
186
203
wakeup-source = <&ds1339>,"wakeup-source?",
187
204
<&ds3231>,"wakeup-source?",
188
205
<&mcp7940x>,"wakeup-source?",
You can’t perform that action at this time.
0 commit comments