tegrakernel/kernel/kernel-4.9/Documentation/devicetree/bindings/timer/ezchip,nps400-timer.txt

16 lines
295 B
Plaintext
Raw Normal View History

2022-02-16 09:13:02 -06:00
NPS Network Processor
Required properties:
- compatible : should be "ezchip,nps400-timer"
Clocks required for compatible = "ezchip,nps400-timer":
- clocks : Must contain a single entry describing the clock input
Example:
timer {
compatible = "ezchip,nps400-timer";
clocks = <&sysclk>;
};