diff --git a/dts/arm/nordic/nrf91_peripherals.dtsi b/dts/arm/nordic/nrf91_peripherals.dtsi index b6ed30990be..93abc17d48b 100644 --- a/dts/arm/nordic/nrf91_peripherals.dtsi +++ b/dts/arm/nordic/nrf91_peripherals.dtsi @@ -107,7 +107,7 @@ pdm0: pdm@26000 { }; regulators: regulator@4000 { - compatible = "nordic,nrf-regulators"; + compatible = "nordic,nrf91x-regulators"; reg = <0x4000 0x1000>; status = "okay"; }; diff --git a/dts/bindings/power/nordic,nrf-regulators.yaml b/dts/bindings/regulator/nordic,nrf91x-regulators.yaml similarity index 62% rename from dts/bindings/power/nordic,nrf-regulators.yaml rename to dts/bindings/regulator/nordic,nrf91x-regulators.yaml index bb25b41e3b2..98b83236732 100644 --- a/dts/bindings/power/nordic,nrf-regulators.yaml +++ b/dts/bindings/regulator/nordic,nrf91x-regulators.yaml @@ -1,9 +1,9 @@ -# Copyright (c) 2019 Nordic Semiconductor ASA +# Copyright (c) 2024 Nordic Semiconductor ASA # 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