The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/display/ti/ti,opa362.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 OPA362 analog video amplifier
    2 
    3 Required properties:
    4 - compatible: "ti,opa362"
    5 - enable-gpios: enable/disable output gpio
    6 
    7 Required node:
    8 - Video port 0 for opa362 input
    9 - Video port 1 for opa362 output
   10 
   11 Example:
   12 
   13 tv_amp: opa362 {
   14         compatible = "ti,opa362";
   15         enable-gpios = <&gpio1 23 0>;  /* GPIO to enable video out amplifier */
   16 
   17         ports {
   18                 #address-cells = <1>;
   19                 #size-cells = <0>;
   20 
   21                 port@0 {
   22                         reg = <0>;
   23                         opa_in: endpoint@0 {
   24                                 remote-endpoint = <&venc_out>;
   25                         };
   26                 };
   27 
   28                 port@1 {
   29                         reg = <1>;
   30                         opa_out: endpoint@0 {
   31                                 remote-endpoint = <&tv_connector_in>;
   32                         };
   33                 };
   34         };
   35 };
   36 
   37 
   38 

Cache object: 80b242fb69c8d31c9e84de36aeac4633


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.