1ce20364bSShiraz Hashim== ST SPEAr SoC PWM controller ==
2ce20364bSShiraz Hashim
3ce20364bSShiraz HashimRequired properties:
4ce20364bSShiraz Hashim- compatible: should be one of:
5ce20364bSShiraz Hashim  - "st,spear320-pwm"
6ce20364bSShiraz Hashim  - "st,spear1340-pwm"
7ce20364bSShiraz Hashim- reg: physical base address and length of the controller's registers
889650a1eSKrzysztof Kozlowski- #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
9ebeec0afSLaurent Pinchart  the cells format.
10ce20364bSShiraz Hashim
11ce20364bSShiraz HashimExample:
12ce20364bSShiraz Hashim
13ce20364bSShiraz Hashim        pwm: pwm@a8000000 {
14ce20364bSShiraz Hashim            compatible ="st,spear320-pwm";
15ce20364bSShiraz Hashim            reg = <0xa8000000 0x1000>;
16ce20364bSShiraz Hashim            #pwm-cells = <2>;
17ce20364bSShiraz Hashim        };
18