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/power/ti-smartreflex.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 Texas Instruments SmartReflex binding
    2 
    3 SmartReflex is used to set and adjust the SoC operating points.
    4 
    5 
    6 Required properties:
    7 
    8 compatible: Shall be one of the following:
    9             "ti,omap3-smartreflex-core"
   10             "ti,omap3-smartreflex-mpu-iva"
   11             "ti,omap4-smartreflex-core"
   12             "ti,omap4-smartreflex-mpu"
   13             "ti,omap4-smartreflex-iva"
   14 
   15 reg: Shall contain the device instance IO range
   16 
   17 interrupts: Shall contain the device instance interrupt
   18 
   19 
   20 Optional properties:
   21 
   22 ti,hwmods: Shall contain the TI interconnect module name if needed
   23            by the SoC
   24 
   25 
   26 Example:
   27 
   28         smartreflex_iva: smartreflex@4a0db000 {
   29                 compatible = "ti,omap4-smartreflex-iva";
   30                 reg = <0x4a0db000 0x80>;
   31                 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
   32                 ti,hwmods = "smartreflex_iva";
   33         };
   34 
   35         smartreflex_core: smartreflex@4a0dd000 {
   36                 compatible = "ti,omap4-smartreflex-core";
   37                 reg = <0x4a0dd000 0x80>;
   38                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
   39                 ti,hwmods = "smartreflex_core";
   40         };
   41 
   42         smartreflex_mpu: smartreflex@4a0d9000 {
   43                 compatible = "ti,omap4-smartreflex-mpu";
   44                 reg = <0x4a0d9000 0x80>;
   45                 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
   46                 ti,hwmods = "smartreflex_mpu";
   47         };

Cache object: 1b5b0911e930c117a44a5af7667eed1e


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