xref: /linux/Documentation/devicetree/bindings/sound/img,pistachio-internal-dac.txt (revision 8e07e0e3964ca4e23ce7b68e2096fe660a888942)
1Pistachio internal DAC DT bindings
2
3Required 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
12Examples:
13
14internal_dac: internal-dac {
15	compatible = "img,pistachio-internal-dac";
16	img,cr-top = <&cr_top>;
17	VDD-supply = <&supply3v3>;
18};
19