Skip to content

Commit 66755ec

Browse files
ozersattmut
authored andcommitted
dts: arm: adi: Add RTC device node
Add MAX32657 RTC device node Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
1 parent e904ba5 commit 66755ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/adi/max32/max32657_common.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@
269269
};
270270
};
271271

272+
rtc_counter: rtc_counter@6000 {
273+
compatible = "adi,max32-rtc-counter";
274+
reg = <0x6000 0x400>;
275+
interrupts = <2 0>;
276+
status = "disabled";
277+
};
278+
272279
spi0: spi@46000 {
273280
compatible = "adi,max32-spi";
274281
reg = <0x46000 0x1000>;

0 commit comments

Comments
 (0)