ti,dac7512.txt 403 B

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