brintos

brintos / linux-shallow public Read only

0
0
Text · 412 B · 5bd8aa0 Raw
16 lines · plain
1OMAP Counter-32K bindings2 3Required properties:4- compatible:	Must be "ti,omap-counter32k" for OMAP controllers5- reg:		Contains timer register address range (base address and length)6- ti,hwmods:	Name of the hwmod associated to the counter, which is typically7		"counter_32k"8 9Example:10 11counter32k: counter@4a304000 {12	compatible = "ti,omap-counter32k";13	reg = <0x4a304000 0x20>;14	ti,hwmods = "counter_32k";15};16