brintos

brintos / linux-shallow public Read only

0
0
Text · 483 B · d1b659b Raw
19 lines · plain
1Conexant Digicolor SoCs Timer Controller2 3Required properties:4 5- compatible : should be "cnxt,cx92755-timer"6- reg : Specifies base physical address and size of the "Agent Communication"7  timer registers8- interrupts : Contains 8 interrupts, one for each timer9- clocks: phandle to the main clock10 11Example:12 13	timer@f0000fc0 {14		compatible = "cnxt,cx92755-timer";15		reg = <0xf0000fc0 0x40>;16		interrupts = <19>, <31>, <34>, <35>, <52>, <53>, <54>, <55>;17		clocks = <&main_clk>;18	};19