18c2ecf20Sopenharmony_ciBroadcom Kona Family timer 28c2ecf20Sopenharmony_ci----------------------------------------------------- 38c2ecf20Sopenharmony_ciThis timer is used in the following Broadcom SoCs: 48c2ecf20Sopenharmony_ci BCM11130, BCM11140, BCM11351, BCM28145, BCM28155 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciRequired properties: 78c2ecf20Sopenharmony_ci- compatible : "brcm,kona-timer" 88c2ecf20Sopenharmony_ci- DEPRECATED: compatible : "bcm,kona-timer" 98c2ecf20Sopenharmony_ci- reg : Register range for the timer 108c2ecf20Sopenharmony_ci- interrupts : interrupt for the timer 118c2ecf20Sopenharmony_ci- clocks: phandle + clock specifier pair of the external clock 128c2ecf20Sopenharmony_ci- clock-frequency: frequency that the clock operates 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciOnly one of clocks or clock-frequency should be specified. 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciRefer to clocks/clock-bindings.txt for generic clock consumer properties. 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciExample: 198c2ecf20Sopenharmony_ci timer@35006000 { 208c2ecf20Sopenharmony_ci compatible = "brcm,kona-timer"; 218c2ecf20Sopenharmony_ci reg = <0x35006000 0x1000>; 228c2ecf20Sopenharmony_ci interrupts = <0x0 7 0x4>; 238c2ecf20Sopenharmony_ci clocks = <&hub_timer_clk>; 248c2ecf20Sopenharmony_ci }; 258c2ecf20Sopenharmony_ci 26