forked from Minki/linux
d9d41df3e8
Move various bindings in misc to appropriate subsystem directories. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
21 lines
403 B
Plaintext
21 lines
403 B
Plaintext
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>;
|
|
};
|
|
};
|
|
|