2014-01-21 09:17:08 +00:00
|
|
|
Analog TV Connector
|
|
|
|
===================
|
|
|
|
|
|
|
|
Required properties:
|
2014-09-02 07:17:20 +00:00
|
|
|
- compatible: "composite-video-connector" or "svideo-connector"
|
2014-01-21 09:17:08 +00:00
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
- label: a symbolic name for the connector
|
|
|
|
|
|
|
|
Required nodes:
|
|
|
|
- Video port for TV input
|
|
|
|
|
|
|
|
Example
|
|
|
|
-------
|
|
|
|
|
|
|
|
tv: connector {
|
2014-09-02 07:17:20 +00:00
|
|
|
compatible = "composite-video-connector";
|
2014-01-21 09:17:08 +00:00
|
|
|
label = "tv";
|
|
|
|
|
|
|
|
port {
|
|
|
|
tv_connector_in: endpoint {
|
|
|
|
remote-endpoint = <&venc_out>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|