dts: bindings: regulator: add nordic,nrf91x-regulators

To describe nRF91X specific REGULATORS IP.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-25 12:07:32 +02:00 committed by Fabio Baltieri
parent 9d72903840
commit d11db98d42
2 changed files with 4 additions and 4 deletions

View file

@ -107,7 +107,7 @@ pdm0: pdm@26000 {
}; };
regulators: regulator@4000 { regulators: regulator@4000 {
compatible = "nordic,nrf-regulators"; compatible = "nordic,nrf91x-regulators";
reg = <0x4000 0x1000>; reg = <0x4000 0x1000>;
status = "okay"; status = "okay";
}; };

View file

@ -1,9 +1,9 @@
# Copyright (c) 2019 Nordic Semiconductor ASA # Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
description: Nordic REGULATORS (voltage regulators control module) description: Nordic REGULATORS (voltage regulators control module) on nRF91X.
compatible: "nordic,nrf-regulators" compatible: "nordic,nrf91x-regulators"
include: base.yaml include: base.yaml