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:
parent
9d72903840
commit
d11db98d42
2 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Reference in a new issue