Lines Matching +full:child +full:- +full:nodes
4 - compatible: Must be "ti,<soc>-pwmss".
5 for am33xx - compatible = "ti,am33xx-pwmss";
6 for am4372 - compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
7 for dra746 - compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss"
9 - reg: physical base address and size of the registers map.
10 - address-cells: Specify the number of u32 entries needed in child nodes.
12 - size-cells: specify number of u32 entries needed to specify child nodes size
14 - ranges: describes the address mapping of a memory-mapped bus. Should set to
15 physical address map of child's base address, physical address within
17 3 set of child register maps present, ECAP register space, EQEP
20 Also child nodes should also populated under PWMSS DT node.
24 compatible = "ti,am33xx-pwmss";
27 #address-cells = <1>;
28 #size-cells = <1>;
33 /* child nodes go here */
37 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss"
40 #address-cells = <1>;
41 #size-cells = <1>;
46 /* child nodes go here */
50 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
53 #address-cells = <1>;
54 #size-cells = <1>;
57 /* child nodes go here */