nuvoton: battery-backed ram
Add bindings and entry for the battery-backed ram in the nuvoton npcx. This commit is an upstream port of https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/zephyr/dts/bindings/cros_bbram/nuvoton,npcx-cros-bbram.yaml;l=1;drc=e9af813c36b7b411bf2a01cbc1b09d5fdec49b8a Along with a bit of cleaning up and an emulator. Signed-off-by: Yuval Peress <peress@chromium.org>
This commit is contained in:
parent
678a170925
commit
268f9bf163
19 changed files with 767 additions and 0 deletions
|
@ -69,6 +69,14 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
bbram: bb-ram@400af000 {
|
||||
compatible = "nuvoton,npcx-bbram";
|
||||
reg = <0x400af000 0x80
|
||||
0x400af100 0x1>;
|
||||
reg-names = "memory", "status";
|
||||
label = "BBRAM";
|
||||
};
|
||||
|
||||
pcc: clock-controller@4000d000 {
|
||||
compatible = "nuvoton,npcx-pcc";
|
||||
/* Cells for bus type, clock control reg and bit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue