18c2ecf20Sopenharmony_ciSony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should be "sony,cxd2880".
58c2ecf20Sopenharmony_ci- reg: SPI chip select number for the device.
68c2ecf20Sopenharmony_ci- spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz).
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional properties:
98c2ecf20Sopenharmony_ci- vcc-supply: Optional phandle to the vcc regulator to power the adapter,
108c2ecf20Sopenharmony_ci  as described in the file ../regulator/regulator.txt
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_cicxd2880@0 {
158c2ecf20Sopenharmony_ci	compatible = "sony,cxd2880";
168c2ecf20Sopenharmony_ci	reg = <0>; /* CE0 */
178c2ecf20Sopenharmony_ci	spi-max-frequency = <55000000>; /* 55MHz */
188c2ecf20Sopenharmony_ci};
19