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:
parent
c107a6abeb
commit
40c590fad7
6 changed files with 129 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue