ARM: zynq: Add ISL9305 regulator on Parallella board
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / zynq-parallella.dts
index aadde020bf229ece471c052296260ae2dd1e906c..e1f51ca127fe835664f0609b19a1ef428de62ca8 100644 (file)
 
 &i2c0 {
        status = "okay";
+
+       isl9305: isl9305@68 {
+               compatible = "isl,isl9305";
+               reg = <0x68>;
+
+               regulators {
+                       dcd1 {
+                               regulator-name = "VDD_DSP";
+                               regulator-always-on;
+                       };
+                       dcd2 {
+                               regulator-name = "1P35V";
+                               regulator-always-on;
+                       };
+                       ldo1 {
+                               regulator-name = "VDD_ADJ";
+                       };
+                       ldo2 {
+                               regulator-name = "VDD_GPIO";
+                               regulator-always-on;
+                       };
+               };
+       };
 };
 
 &sdhci1 {