summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/default_gpio_pinctrl_kingler.dts
blob: d25b388726fb6203ff9439245e50ef1cf43b48ed (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* Copyright 2022 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Adds the &alt1_no_lpc_espi setting over the NPCX9 default setting. */
&{/def-io-conf-list} {
	pinctrl-0 = <&alt0_gpio_no_spip
		   &alt0_gpio_no_fpip
		   &alt1_no_pwrgd
		   &alt1_no_lpc_espi
		   &alta_no_peci_en
		   &altd_npsl_in1_sl
		   &altd_npsl_in2_sl
		   &altd_psl_in3_sl
		   &altd_psl_in4_sl
		   &alt7_no_ksi0_sl
		   &alt7_no_ksi1_sl
		   &alt7_no_ksi2_sl
		   &alt7_no_ksi3_sl
		   &alt7_no_ksi4_sl
		   &alt7_no_ksi5_sl
		   &alt7_no_ksi6_sl
		   &alt7_no_ksi7_sl
		   &alt8_no_kso00_sl
		   &alt8_no_kso01_sl
		   &alt8_no_kso02_sl
		   &alt8_no_kso03_sl
		   &alt8_no_kso04_sl
		   &alt8_no_kso05_sl
		   &alt8_no_kso06_sl
		   &alt8_no_kso07_sl
		   &alt9_no_kso08_sl
		   &alt9_no_kso09_sl
		   &alt9_no_kso10_sl
		   &alt9_no_kso11_sl
		   &alt9_no_kso12_sl
		   &alt9_no_kso13_sl
		   &alt9_no_kso14_sl
		   &alt9_no_kso15_sl
		   &alta_no_kso16_sl
		   &alta_no_kso17_sl
		   &altg_psl_gpo_sl>;
};