Files
Debian-9-Kernel/Documentation/devicetree/bindings/timer/ezchip,nps400-timer.txt
T
2023-05-02 09:58:35 +02:00

16 lines
295 B
Plaintext

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>;
};