1# Copyright (c), 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Nordic nRF52X regulator (high voltage stage of the main supply)
6
7compatible: "nordic,nrf52x-regulator-hv"
8
9include:
10  - name: base.yaml
11  - name: regulator.yaml
12    property-allowlist:
13      - regulator-name
14
15properties:
16  reg:
17    required: true
18
19  regulator-name:
20    required: true
21