Documentation / devicetree / bindings / iio / dac / ti,dac7512.txt


Based on kernel version 5.10.1. Page generated on 2020-12-14 21:14 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
TI DAC7512 DEVICETREE BINDINGS

Required properties:

	- "compatible"		Must be set to "ti,dac7512"

Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
apply. In particular, "reg" and "spi-max-frequency" properties must be given.


Example:

	spi_master {
		dac7512: dac7512@0 {
			compatible = "ti,dac7512";
			reg = <0>; /* CS0 */
			spi-max-frequency = <1000000>;
		};
	};