driver: bbram: add bbram driver for rts5912

Add bbram driver for Realtek rts5912.

Signed-off-by: Elmo Lan <elmo_lan@realtek.com>
This commit is contained in:
Elmo Lan 2025-02-18 21:54:57 +08:00 committed by Benjamin Cabé
commit 40c590fad7
6 changed files with 129 additions and 0 deletions

View file

@ -65,6 +65,12 @@
interrupt-parent = <&nvic>;
ranges;
bbram: bb-ram@40005000 {
compatible = "realtek,rts5912-bbram";
reg = <0x40005000 0x100>;
status = "okay";
};
sccon: clock-controller@40020000 {
compatible = "realtek,rts5912-sccon";
reg = <0x40020000 0xf0>;