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/st,stih4xx.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 platforms
    2 
    3 bdisp: 2D blitter for STMicroelectronics SoC.
    4 
    5 Required properties:
    6 - compatible: should be "st,stih407-bdisp".
    7 - reg: BDISP physical address location and length.
    8 - interrupts: BDISP interrupt number.
    9 - clocks: from common clock binding: handle hardware IP needed clocks, the
   10   number of clocks may depend on the SoC type.
   11   See ../clocks/clock-bindings.txt for details.
   12 - clock-names: names of the clocks listed in clocks property in the same order.
   13 
   14 Example:
   15 
   16         bdisp0:bdisp@9f10000 {
   17                 compatible = "st,stih407-bdisp";
   18                 reg = <0x9f10000 0x1000>;
   19                 interrupts = <GIC_SPI 38 IRQ_TYPE_NONE>;
   20                 clock-names = "bdisp";
   21                 clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>;
   22         };
   23 
   24 Aliases:
   25 Each BDISP should have a numbered alias in the aliases node, in the form of
   26 bdispN, N = 0 or 1.
   27 
   28 Example:
   29 
   30         aliases {
   31                 bdisp0 = &bdisp0;
   32         };

Cache object: acfdb126d0cae0a619716e7222629ae4


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