brintos

brintos / linux-shallow public Read only

0
0
Text · 441 B · 4cc18fc Raw
19 lines · plain
1Pistachio internal DAC DT bindings2 3Required properties:4 5  - compatible: "img,pistachio-internal-dac"6 7  - img,cr-top : Must contain a phandle to the top level control syscon8		 node which contains the internal dac control registers9 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