aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts')
-rw-r--r--sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts30
1 files changed, 14 insertions, 16 deletions
diff --git a/sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts b/sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts
index df021f9b0117..8585ee5533bf 100644
--- a/sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts
+++ b/sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts
@@ -76,22 +76,20 @@
stdout-path = &uart0;
};
- regulators {
- usb0_power: regulator@2 {
- compatible = "regulator-fixed";
- regulator-name = "USB Power";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- gpio = <&gpio_ext 0 GPIO_ACTIVE_HIGH>;
- };
-
- mmc_power: regulator@3 {
- compatible = "regulator-fixed";
- regulator-name = "MMC Power";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- gpio = <&gpio_ext 13 GPIO_ACTIVE_HIGH>;
- };
+ usb0_power: regulator-2 {
+ compatible = "regulator-fixed";
+ regulator-name = "USB Power";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ gpio = <&gpio_ext 0 GPIO_ACTIVE_HIGH>;
+ };
+
+ mmc_power: regulator-3 {
+ compatible = "regulator-fixed";
+ regulator-name = "MMC Power";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ gpio = <&gpio_ext 13 GPIO_ACTIVE_HIGH>;
};
};