Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[cascardo/linux.git] / Documentation / devicetree / bindings / sound / img,pistachio-internal-dac.txt
1 Pistachio internal DAC DT bindings
2
3 Required properties:
4
5   - compatible: "img,pistachio-internal-dac"
6
7   - img,cr-top : Must contain a phandle to the top level control syscon
8                  node which contains the internal dac control registers
9
10   - VDD-supply : Digital power supply regulator (+1.8V or +3.3V)
11
12 Examples:
13
14 internal_dac: internal-dac {
15         compatible = "img,pistachio-internal-dac";
16         img,cr-top = <&cr_top>;
17         VDD-supply = <&supply3v3>;
18 };