Lines Matching +full:wakeup +full:- +full:active +full:- +full:high
4 - compatible:
5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family.
6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family.
7 This RTC IP has special WAKE-EN Register to enable
8 Wakeup generation for event Alarm. It can also be
11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
12 - reg: Address range of rtc register set
13 - interrupts: rtc timer, alarm interrupts in order
16 - system-power-controller: whether the rtc is controlling the system power
18 - clocks: Any internal or external clocks feeding in to rtc
19 - clock-names: Corresponding names of the clocks
20 - pinctrl-0: a phandle pointing to the pin settings for the device
21 - pinctrl-names: should be "default"
24 - generic pinctrl node
27 - pins - Names of ext_wakeup pins to configure
30 - input-enable - Enables ext_wakeup
31 - ti,active-high - Set input active high (by default active low)
36 compatible = "ti,da830-rtc";
40 interrupt-parent = <&intc>;
41 system-power-controller;
43 clock-names = "ext-clk", "int-clk";
45 pinctrl-0 = <&ext_wakeup>;
46 pinctrl-names = "default";
48 ext_wakeup: ext-wakeup {
50 input-enable;
51 ti,active-high;