Hi Inochi, On Fri, 2025-02-14 at 17:40 +0800, Inochi Amaoto wrote: > > +examples: > > + - | > > + #include <dt-bindings/interrupt-controller/irq.h> > > + > > + rtc@5025000 { > > + compatible = "sophgo,cv1800-rtc"; > > + reg = <0x5025000 0x2000>; > > + interrupts = <17 IRQ_TYPE_LEVEL_HIGH>; > > + clocks = <&osc>; > > + }; > > -- > > Just for curiosity, Do you leave a way to implement the > 8051 subsys, since its registers are in rtc. (You can > check the chapter "8051 subsystem" of the SG2002, which > can be found at https://github.com/sophgo/sophgo-doc). well, I suppose, you know the answer, according to how this has been modelled within this series, all the functionality could only be added on top of RTC driver. Do you think it's time to re-design it as compatible = "syscon", "simple-mfd" with children nodes for RTC and reboot? -- Alexander Sverdlin.