1# Copyright (c) 2021, Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  STM32 Backup SRAM.
6
7  With a battery connected to the VBAT pin, the backup SRAM can be used to
8  retain data during low-power mode (Standby and VBAT mode).
9
10compatible: "st,stm32-backup-sram"
11
12include: base.yaml
13
14properties:
15  reg:
16    required: true
17
18  clocks:
19    required: true
20