]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/misc/ti,dac7512.txt
namei: permit linking with CAP_FOWNER in userns
[karo-tx-linux.git] / Documentation / devicetree / bindings / misc / ti,dac7512.txt
1 TI DAC7512 DEVICETREE BINDINGS
2
3 Required properties:
4
5         - "compatible"          Must be set to "ti,dac7512"
6
7 Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
8 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
9
10
11 Example:
12
13         spi_master {
14                 dac7512: dac7512@0 {
15                         compatible = "ti,dac7512";
16                         reg = <0>; /* CS0 */
17                         spi-max-frequency = <1000000>;
18                 };
19         };
20