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/media/stih-cec.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 STMicroelectronics STIH4xx HDMI CEC driver
    2 
    3 Required properties:
    4  - compatible : value should be "st,stih-cec"
    5  - reg : Physical base address of the IP registers and length of memory
    6          mapped region.
    7  - clocks : from common clock binding: handle to HDMI CEC clock
    8  - interrupts : HDMI CEC interrupt number to the CPU.
    9  - pinctrl-names: Contains only one value - "default"
   10  - pinctrl-0: Specifies the pin control groups used for CEC hardware.
   11  - resets: Reference to a reset controller
   12  - hdmi-phandle: Phandle to the HDMI controller, see also cec.txt.
   13 
   14 Example for STIH407:
   15 
   16 sti-cec@94a087c {
   17         compatible = "st,stih-cec";
   18         reg = <0x94a087c 0x64>;
   19         clocks = <&clk_sysin>;
   20         clock-names = "cec-clk";
   21         interrupts = <GIC_SPI 140 IRQ_TYPE_NONE>;
   22         interrupt-names = "cec-irq";
   23         pinctrl-names = "default";
   24         pinctrl-0 = <&pinctrl_cec0_default>;
   25         resets = <&softreset STIH407_LPM_SOFTRESET>;
   26         hdmi-phandle = <&hdmi>;
   27 };

Cache object: 3cb8c33810ff9a42181e399fbefc2102


[ 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.