File tree 2 files changed +18
-16
lines changed
2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 235
235
pinctrl-0 = <&i2c2_1_pins>;
236
236
status = "okay";
237
237
238
+ pcf8563: rtc@50 {
239
+ compatible = "nxp,pcf8563";
240
+ reg = <0x50>;
241
+ interrupts = <&pio 6 IRQ_TYPE_LEVEL_LOW>;
242
+ #clock-cells = <0>;
243
+ //status = "disabled";
244
+ };
245
+
246
+ eeprom@57 {
247
+ compatible = "atmel,24c02";
248
+ reg = <0x57>;
249
+ address-bits = <8>;
250
+ page-size = <8>;
251
+ size = <256>;
252
+ };
253
+
238
254
pca9545: i2c-switch@70 {
239
255
reg = <0x70>;
240
256
compatible = "nxp,pca9545";
246
262
#address-cells = <1>;
247
263
#size-cells = <0>;
248
264
reg = <0>;
249
-
250
- eeprom@57 {
251
- compatible = "atmel,24c02";
252
- reg = <0x57>;
253
- address-bits = <8>;
254
- page-size = <8>;
255
- size = <256>;
256
- };
257
-
258
- pcf8563: rtc@50 {
259
- compatible = "nxp,pcf8563";
260
- reg = <0x50>;
261
- interrupts = <&pio 6 IRQ_TYPE_LEVEL_LOW>;
262
- #clock-cells = <0>;
263
- status = "disabled";
264
- };
265
265
};
266
266
267
267
i2c_sfp1: i2c@1 {
Original file line number Diff line number Diff line change @@ -1270,3 +1270,5 @@ CONFIG_PCS_MTK_USXGMII=y
1270
1270
CONFIG_MT7915E=m
1271
1271
CONFIG_MT798X_WMAC=y
1272
1272
CONFIG_PHY_MTK_XFI_TPHY=y
1273
+ CONFIG_RTC_DRV_PCF8563=y
1274
+ CONFIG_EEPROM_AT24=y
You can’t perform that action at this time.
0 commit comments