Newer
Older
barebox / dts / Bindings / timer / ezchip,nps400-timer.txt
@Sascha Hauer Sascha Hauer on 13 Jun 2016 295 bytes dts: update to v4.7-rc1
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>;
};