Back to home page

OSCL-LXR

 
 

    


0001 Sony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter
0002 
0003 Required properties:
0004 - compatible: Should be "sony,cxd2880".
0005 - reg: SPI chip select number for the device.
0006 - spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz).
0007 
0008 Optional properties:
0009 - vcc-supply: Optional phandle to the vcc regulator to power the adapter,
0010   as described in the file ../regulator/regulator.txt
0011 
0012 Example:
0013 
0014 cxd2880@0 {
0015         compatible = "sony,cxd2880";
0016         reg = <0>; /* CE0 */
0017         spi-max-frequency = <55000000>; /* 55MHz */
0018 };