Commit 985782d1 authored by Philippe Reynes's avatar Philippe Reynes Committed by Shawn Guo

apf27dev: add max5821 to the dts

Signed-off-by: default avatarPhilippe Reynes <tremyfr@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 97bf6af1
...@@ -59,6 +59,21 @@ user { ...@@ -59,6 +59,21 @@ user {
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
}; };
regulators {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;
reg_max5821: regulator@0 {
compatible = "regulator-fixed";
reg = <0>;
regulator-name = "max5821-reg";
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
regulator-always-on;
};
};
}; };
&cspi1 { &cspi1 {
...@@ -107,6 +122,12 @@ rtc@68 { ...@@ -107,6 +122,12 @@ rtc@68 {
compatible = "dallas,ds1374"; compatible = "dallas,ds1374";
reg = <0x68>; reg = <0x68>;
}; };
max5821@38 {
compatible = "maxim,max5821";
reg = <0x38>;
vref-supply = <&reg_max5821>;
};
}; };
&i2c2 { &i2c2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment