162306a36Sopenharmony_ciSony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties:
462306a36Sopenharmony_ci- compatible: Should be "sony,cxd2880".
562306a36Sopenharmony_ci- reg: SPI chip select number for the device.
662306a36Sopenharmony_ci- spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz).
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciOptional properties:
962306a36Sopenharmony_ci- vcc-supply: Optional phandle to the vcc regulator to power the adapter,
1062306a36Sopenharmony_ci  as described in the file ../regulator/regulator.txt
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciExample:
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cicxd2880@0 {
1562306a36Sopenharmony_ci	compatible = "sony,cxd2880";
1662306a36Sopenharmony_ci	reg = <0>; /* CE0 */
1762306a36Sopenharmony_ci	spi-max-frequency = <55000000>; /* 55MHz */
1862306a36Sopenharmony_ci};
19