Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 8b1b14f34030bfa38399b9439603610b > files > 2325

kernel-linus-doc-5.4.20-1.mga7.noarch.rpm

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>;
		};
	};