summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/power_signal.dtsi
blob: 5037bac228f3bca0e80c5495648ed5bb215ac61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/ {
	power_signal_list: power-signal-list {
		compatible = "mediatek,mt8186-power-signal-list";
		ap_in_rst {
			power-enum-name = "AP_IN_RST";
			power-gpio-pin = <&ap_sysrst_odl_r>;
		};
		ap_in_s3 {
			power-enum-name = "AP_IN_S3";
			power-gpio-pin = <&ap_in_sleep_l>;
		};
		ap_wdt_asserted {
			power-enum-name = "AP_WDT_ASSERTED";
			power-gpio-pin = <&ap_ec_wdtrst_l>;
		};
		ap_warm_rst_req {
			power-enum-name = "AP_WARM_RST_REQ";
			power-gpio-pin = <&ap_ec_warm_rst_req>;
		};
	};
};