ARM: dts: Add fixed voltage regulators to smdk5420
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / exynos5420-smdk5420.dts
index edb4926f17d67443cae5d33cff398c6d77fc8f74..ae1ee0470fca7200adc7dc586d90ab06b64d8edd 100644 (file)
                };
        };
 
+       regulators {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               vdd: fixed-regulator@0 {
+                       compatible = "regulator-fixed";
+                       reg = <0>;
+                       regulator-name = "vdd-supply";
+                       regulator-min-microvolt = <1800000>;
+                       regulator-max-microvolt = <1800000>;
+                       regulator-always-on;
+               };
+
+               dbvdd: fixed-regulator@1 {
+                       compatible = "regulator-fixed";
+                       reg = <1>;
+                       regulator-name = "dbvdd-supply";
+                       regulator-min-microvolt = <3300000>;
+                       regulator-max-microvolt = <3300000>;
+                       regulator-always-on;
+               };
+
+               spkvdd: fixed-regulator@2 {
+                       compatible = "regulator-fixed";
+                       reg = <2>;
+                       regulator-name = "spkvdd-supply";
+                       regulator-min-microvolt = <5000000>;
+                       regulator-max-microvolt = <5000000>;
+                       regulator-always-on;
+               };
+       };
+
        rtc@101E0000 {
                status = "okay";
        };