1TI DAC7512 DEVICETREE BINDINGS
2
3Required properties:
4
5	- "compatible"		Must be set to "ti,dac7512"
6
7Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
8apply. In particular, "reg" and "spi-max-frequency" properties must be given.
9
10
11Example:
12
13	spi_master {
14		dac7512: dac7512@0 {
15			compatible = "ti,dac7512";
16			reg = <0>; /* CS0 */
17			spi-max-frequency = <1000000>;
18		};
19	};
20
21