File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -689,6 +689,8 @@ Params: abx80x Select one of the ABx80x family:
689
689
690
690
ds3231 Select the DS3231 device
691
691
692
+ m41t62 Select the M41T62 device
693
+
692
694
mcp7940x Select the MCP7940x device
693
695
694
696
mcp7941x Select the MCP7941x device
Original file line number Diff line number Diff line change 143
143
};
144
144
};
145
145
146
+ fragment@9 {
147
+ target = <&i2c_arm>;
148
+ __dormant__ {
149
+ #address-cells = <1>;
150
+ #size-cells = <0>;
151
+ status = "okay";
152
+
153
+ m41t62: m41t62@68 {
154
+ compatible = "st,m41t62";
155
+ reg = <0x68>;
156
+ status = "okay";
157
+ };
158
+ };
159
+ };
160
+
146
161
__overrides__ {
147
162
abx80x = <0>,"+0";
148
163
ds1307 = <0>,"+1";
153
168
pcf2127 = <0>,"+6";
154
169
pcf8523 = <0>,"+7";
155
170
pcf8563 = <0>,"+8";
171
+ m41t62 = <0>,"+9";
156
172
trickle-diode-type = <&abx80x>,"abracon,tc-diode";
157
173
trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0",
158
174
<&abx80x>,"abracon,tc-resistor";
159
175
wakeup-source = <&ds1339>,"wakeup-source?",
160
176
<&ds3231>,"wakeup-source?",
161
177
<&mcp7940x>,"wakeup-source?",
162
- <&mcp7941x>,"wakeup-source?";
178
+ <&mcp7941x>,"wakeup-source?",
179
+ <&m41t62>,"wakeup-source?";
163
180
};
164
181
};
You can’t perform that action at this time.
0 commit comments