Newer
Older
barebox / dts / Bindings / rtc / twl-rtc.txt
@Sascha Hauer Sascha Hauer on 10 Jan 2017 223 bytes dts: update to v4.10-rc1
* Texas Instruments TWL4030/6030 RTC

Required properties:
- compatible : Should be "ti,twl4030-rtc"
- interrupts : Should be the interrupt number.

Example:
	rtc {
		compatible = "ti,twl4030-rtc";
		interrupts = <11>;
	};