kernel_samsung_a53x/Documentation/devicetree/bindings/timer/ezchip,nps400-timer1.txt
2024-06-15 16:02:09 -03:00

15 lines
298 B
Text
Executable file

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