GNU Linux-libre 4.19.264-gnu1
[releases.git] / Documentation / devicetree / bindings / media / spi / sony-cxd2880.txt
1 Sony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter
2
3 Required properties:
4 - compatible: Should be "sony,cxd2880".
5 - reg: SPI chip select number for the device.
6 - spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz).
7
8 Example:
9
10 cxd2880@0 {
11         compatible = "sony,cxd2880";
12         reg = <0>; /* CE0 */
13         spi-max-frequency = <55000000>; /* 55MHz */
14 };