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/pwm/atmel-hlcdc-pwm.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 Device-Tree bindings for Atmel's HLCDC (High-end LCD Controller) PWM driver
    2 
    3 The Atmel HLCDC PWM is subdevice of the HLCDC MFD device.
    4 See ../mfd/atmel-hlcdc.txt for more details.
    5 
    6 Required properties:
    7  - compatible: value should be one of the following:
    8    "atmel,hlcdc-pwm"
    9  - pinctr-names: the pin control state names. Should contain "default".
   10  - pinctrl-0: should contain the pinctrl states described by pinctrl
   11    default.
   12  - #pwm-cells: should be set to 3. This PWM chip use the default 3 cells
   13    bindings defined in pwm.yaml in this directory.
   14 
   15 Example:
   16 
   17         hlcdc: hlcdc@f0030000 {
   18                 compatible = "atmel,sama5d3-hlcdc";
   19                 reg = <0xf0030000 0x2000>;
   20                 clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>;
   21                 clock-names = "periph_clk","sys_clk", "slow_clk";
   22 
   23                 hlcdc_pwm: hlcdc-pwm {
   24                         compatible = "atmel,hlcdc-pwm";
   25                         pinctrl-names = "default";
   26                         pinctrl-0 = <&pinctrl_lcd_pwm>;
   27                         #pwm-cells = <3>;
   28                 };
   29         };

Cache object: 0e4f8c70d9c8dd0631c13440814bb845


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