Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt
Extension
.txt
Size
519 bytes
Lines
19
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

Sony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter

Required properties:
- compatible: Should be "sony,cxd2880".
- reg: SPI chip select number for the device.
- spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz).

Optional properties:
- vcc-supply: Optional phandle to the vcc regulator to power the adapter,
  as described in the file ../regulator/regulator.txt

Example:

cxd2880@0 {
	compatible = "sony,cxd2880";
	reg = <0>; /* CE0 */
	spi-max-frequency = <55000000>; /* 55MHz */
};

Annotation

Implementation Notes