Skip to content

Instantly share code, notes, and snippets.

@adventureloop
Created September 1, 2019 13:52
Show Gist options
  • Save adventureloop/e6ed8fc3dc2ca8510b52aeaff016bdd6 to your computer and use it in GitHub Desktop.
Save adventureloop/e6ed8fc3dc2ca8510b52aeaff016bdd6 to your computer and use it in GitHub Desktop.
/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
};
&{/soc/i2c@1c2ac00} {
adc@48 {
compatible = "ti,ad1115";
reg = <0x48>;
status = "okay";
#ddress-cells = <1>;
#size-cells = <0>;
channel@6 {
reg = <6>;
ti,gain = <3>;
ti,datarate = <4>;
};
channel@7 {
reg = <7>;
ti,gain = <1>;
ti,datarae = <7>;
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment