162306a36Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci&pinctrl {
762306a36Sopenharmony_ci	/omit-if-no-ref/
862306a36Sopenharmony_ci	pcfg_pull_up: pcfg-pull-up {
962306a36Sopenharmony_ci		bias-pull-up;
1062306a36Sopenharmony_ci	};
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci	/omit-if-no-ref/
1362306a36Sopenharmony_ci	pcfg_pull_down: pcfg-pull-down {
1462306a36Sopenharmony_ci		bias-pull-down;
1562306a36Sopenharmony_ci	};
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci	/omit-if-no-ref/
1862306a36Sopenharmony_ci	pcfg_pull_none: pcfg-pull-none {
1962306a36Sopenharmony_ci		bias-disable;
2062306a36Sopenharmony_ci	};
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci	/omit-if-no-ref/
2362306a36Sopenharmony_ci	pcfg_pull_none_drv_level_0: pcfg-pull-none-drv-level-0 {
2462306a36Sopenharmony_ci		bias-disable;
2562306a36Sopenharmony_ci		drive-strength = <0>;
2662306a36Sopenharmony_ci	};
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ci	/omit-if-no-ref/
2962306a36Sopenharmony_ci	pcfg_pull_none_drv_level_1: pcfg-pull-none-drv-level-1 {
3062306a36Sopenharmony_ci		bias-disable;
3162306a36Sopenharmony_ci		drive-strength = <1>;
3262306a36Sopenharmony_ci	};
3362306a36Sopenharmony_ci
3462306a36Sopenharmony_ci	/omit-if-no-ref/
3562306a36Sopenharmony_ci	pcfg_pull_none_drv_level_2: pcfg-pull-none-drv-level-2 {
3662306a36Sopenharmony_ci		bias-disable;
3762306a36Sopenharmony_ci		drive-strength = <2>;
3862306a36Sopenharmony_ci	};
3962306a36Sopenharmony_ci
4062306a36Sopenharmony_ci	/omit-if-no-ref/
4162306a36Sopenharmony_ci	pcfg_pull_none_drv_level_3: pcfg-pull-none-drv-level-3 {
4262306a36Sopenharmony_ci		bias-disable;
4362306a36Sopenharmony_ci		drive-strength = <3>;
4462306a36Sopenharmony_ci	};
4562306a36Sopenharmony_ci
4662306a36Sopenharmony_ci	/omit-if-no-ref/
4762306a36Sopenharmony_ci	pcfg_pull_none_drv_level_4: pcfg-pull-none-drv-level-4 {
4862306a36Sopenharmony_ci		bias-disable;
4962306a36Sopenharmony_ci		drive-strength = <4>;
5062306a36Sopenharmony_ci	};
5162306a36Sopenharmony_ci
5262306a36Sopenharmony_ci	/omit-if-no-ref/
5362306a36Sopenharmony_ci	pcfg_pull_none_drv_level_5: pcfg-pull-none-drv-level-5 {
5462306a36Sopenharmony_ci		bias-disable;
5562306a36Sopenharmony_ci		drive-strength = <5>;
5662306a36Sopenharmony_ci	};
5762306a36Sopenharmony_ci
5862306a36Sopenharmony_ci	/omit-if-no-ref/
5962306a36Sopenharmony_ci	pcfg_pull_none_drv_level_6: pcfg-pull-none-drv-level-6 {
6062306a36Sopenharmony_ci		bias-disable;
6162306a36Sopenharmony_ci		drive-strength = <6>;
6262306a36Sopenharmony_ci	};
6362306a36Sopenharmony_ci
6462306a36Sopenharmony_ci	/omit-if-no-ref/
6562306a36Sopenharmony_ci	pcfg_pull_none_drv_level_7: pcfg-pull-none-drv-level-7 {
6662306a36Sopenharmony_ci		bias-disable;
6762306a36Sopenharmony_ci		drive-strength = <7>;
6862306a36Sopenharmony_ci	};
6962306a36Sopenharmony_ci
7062306a36Sopenharmony_ci	/omit-if-no-ref/
7162306a36Sopenharmony_ci	pcfg_pull_none_drv_level_8: pcfg-pull-none-drv-level-8 {
7262306a36Sopenharmony_ci		bias-disable;
7362306a36Sopenharmony_ci		drive-strength = <8>;
7462306a36Sopenharmony_ci	};
7562306a36Sopenharmony_ci
7662306a36Sopenharmony_ci	/omit-if-no-ref/
7762306a36Sopenharmony_ci	pcfg_pull_none_drv_level_9: pcfg-pull-none-drv-level-9 {
7862306a36Sopenharmony_ci		bias-disable;
7962306a36Sopenharmony_ci		drive-strength = <9>;
8062306a36Sopenharmony_ci	};
8162306a36Sopenharmony_ci
8262306a36Sopenharmony_ci	/omit-if-no-ref/
8362306a36Sopenharmony_ci	pcfg_pull_none_drv_level_10: pcfg-pull-none-drv-level-10 {
8462306a36Sopenharmony_ci		bias-disable;
8562306a36Sopenharmony_ci		drive-strength = <10>;
8662306a36Sopenharmony_ci	};
8762306a36Sopenharmony_ci
8862306a36Sopenharmony_ci	/omit-if-no-ref/
8962306a36Sopenharmony_ci	pcfg_pull_none_drv_level_11: pcfg-pull-none-drv-level-11 {
9062306a36Sopenharmony_ci		bias-disable;
9162306a36Sopenharmony_ci		drive-strength = <11>;
9262306a36Sopenharmony_ci	};
9362306a36Sopenharmony_ci
9462306a36Sopenharmony_ci	/omit-if-no-ref/
9562306a36Sopenharmony_ci	pcfg_pull_none_drv_level_12: pcfg-pull-none-drv-level-12 {
9662306a36Sopenharmony_ci		bias-disable;
9762306a36Sopenharmony_ci		drive-strength = <12>;
9862306a36Sopenharmony_ci	};
9962306a36Sopenharmony_ci
10062306a36Sopenharmony_ci	/omit-if-no-ref/
10162306a36Sopenharmony_ci	pcfg_pull_none_drv_level_13: pcfg-pull-none-drv-level-13 {
10262306a36Sopenharmony_ci		bias-disable;
10362306a36Sopenharmony_ci		drive-strength = <13>;
10462306a36Sopenharmony_ci	};
10562306a36Sopenharmony_ci
10662306a36Sopenharmony_ci	/omit-if-no-ref/
10762306a36Sopenharmony_ci	pcfg_pull_none_drv_level_14: pcfg-pull-none-drv-level-14 {
10862306a36Sopenharmony_ci		bias-disable;
10962306a36Sopenharmony_ci		drive-strength = <14>;
11062306a36Sopenharmony_ci	};
11162306a36Sopenharmony_ci
11262306a36Sopenharmony_ci	/omit-if-no-ref/
11362306a36Sopenharmony_ci	pcfg_pull_none_drv_level_15: pcfg-pull-none-drv-level-15 {
11462306a36Sopenharmony_ci		bias-disable;
11562306a36Sopenharmony_ci		drive-strength = <15>;
11662306a36Sopenharmony_ci	};
11762306a36Sopenharmony_ci
11862306a36Sopenharmony_ci	/omit-if-no-ref/
11962306a36Sopenharmony_ci	pcfg_pull_up_drv_level_0: pcfg-pull-up-drv-level-0 {
12062306a36Sopenharmony_ci		bias-pull-up;
12162306a36Sopenharmony_ci		drive-strength = <0>;
12262306a36Sopenharmony_ci	};
12362306a36Sopenharmony_ci
12462306a36Sopenharmony_ci	/omit-if-no-ref/
12562306a36Sopenharmony_ci	pcfg_pull_up_drv_level_1: pcfg-pull-up-drv-level-1 {
12662306a36Sopenharmony_ci		bias-pull-up;
12762306a36Sopenharmony_ci		drive-strength = <1>;
12862306a36Sopenharmony_ci	};
12962306a36Sopenharmony_ci
13062306a36Sopenharmony_ci	/omit-if-no-ref/
13162306a36Sopenharmony_ci	pcfg_pull_up_drv_level_2: pcfg-pull-up-drv-level-2 {
13262306a36Sopenharmony_ci		bias-pull-up;
13362306a36Sopenharmony_ci		drive-strength = <2>;
13462306a36Sopenharmony_ci	};
13562306a36Sopenharmony_ci
13662306a36Sopenharmony_ci	/omit-if-no-ref/
13762306a36Sopenharmony_ci	pcfg_pull_up_drv_level_3: pcfg-pull-up-drv-level-3 {
13862306a36Sopenharmony_ci		bias-pull-up;
13962306a36Sopenharmony_ci		drive-strength = <3>;
14062306a36Sopenharmony_ci	};
14162306a36Sopenharmony_ci
14262306a36Sopenharmony_ci	/omit-if-no-ref/
14362306a36Sopenharmony_ci	pcfg_pull_up_drv_level_4: pcfg-pull-up-drv-level-4 {
14462306a36Sopenharmony_ci		bias-pull-up;
14562306a36Sopenharmony_ci		drive-strength = <4>;
14662306a36Sopenharmony_ci	};
14762306a36Sopenharmony_ci
14862306a36Sopenharmony_ci	/omit-if-no-ref/
14962306a36Sopenharmony_ci	pcfg_pull_up_drv_level_5: pcfg-pull-up-drv-level-5 {
15062306a36Sopenharmony_ci		bias-pull-up;
15162306a36Sopenharmony_ci		drive-strength = <5>;
15262306a36Sopenharmony_ci	};
15362306a36Sopenharmony_ci
15462306a36Sopenharmony_ci	/omit-if-no-ref/
15562306a36Sopenharmony_ci	pcfg_pull_up_drv_level_6: pcfg-pull-up-drv-level-6 {
15662306a36Sopenharmony_ci		bias-pull-up;
15762306a36Sopenharmony_ci		drive-strength = <6>;
15862306a36Sopenharmony_ci	};
15962306a36Sopenharmony_ci
16062306a36Sopenharmony_ci	/omit-if-no-ref/
16162306a36Sopenharmony_ci	pcfg_pull_up_drv_level_7: pcfg-pull-up-drv-level-7 {
16262306a36Sopenharmony_ci		bias-pull-up;
16362306a36Sopenharmony_ci		drive-strength = <7>;
16462306a36Sopenharmony_ci	};
16562306a36Sopenharmony_ci
16662306a36Sopenharmony_ci	/omit-if-no-ref/
16762306a36Sopenharmony_ci	pcfg_pull_up_drv_level_8: pcfg-pull-up-drv-level-8 {
16862306a36Sopenharmony_ci		bias-pull-up;
16962306a36Sopenharmony_ci		drive-strength = <8>;
17062306a36Sopenharmony_ci	};
17162306a36Sopenharmony_ci
17262306a36Sopenharmony_ci	/omit-if-no-ref/
17362306a36Sopenharmony_ci	pcfg_pull_up_drv_level_9: pcfg-pull-up-drv-level-9 {
17462306a36Sopenharmony_ci		bias-pull-up;
17562306a36Sopenharmony_ci		drive-strength = <9>;
17662306a36Sopenharmony_ci	};
17762306a36Sopenharmony_ci
17862306a36Sopenharmony_ci	/omit-if-no-ref/
17962306a36Sopenharmony_ci	pcfg_pull_up_drv_level_10: pcfg-pull-up-drv-level-10 {
18062306a36Sopenharmony_ci		bias-pull-up;
18162306a36Sopenharmony_ci		drive-strength = <10>;
18262306a36Sopenharmony_ci	};
18362306a36Sopenharmony_ci
18462306a36Sopenharmony_ci	/omit-if-no-ref/
18562306a36Sopenharmony_ci	pcfg_pull_up_drv_level_11: pcfg-pull-up-drv-level-11 {
18662306a36Sopenharmony_ci		bias-pull-up;
18762306a36Sopenharmony_ci		drive-strength = <11>;
18862306a36Sopenharmony_ci	};
18962306a36Sopenharmony_ci
19062306a36Sopenharmony_ci	/omit-if-no-ref/
19162306a36Sopenharmony_ci	pcfg_pull_up_drv_level_12: pcfg-pull-up-drv-level-12 {
19262306a36Sopenharmony_ci		bias-pull-up;
19362306a36Sopenharmony_ci		drive-strength = <12>;
19462306a36Sopenharmony_ci	};
19562306a36Sopenharmony_ci
19662306a36Sopenharmony_ci	/omit-if-no-ref/
19762306a36Sopenharmony_ci	pcfg_pull_up_drv_level_13: pcfg-pull-up-drv-level-13 {
19862306a36Sopenharmony_ci		bias-pull-up;
19962306a36Sopenharmony_ci		drive-strength = <13>;
20062306a36Sopenharmony_ci	};
20162306a36Sopenharmony_ci
20262306a36Sopenharmony_ci	/omit-if-no-ref/
20362306a36Sopenharmony_ci	pcfg_pull_up_drv_level_14: pcfg-pull-up-drv-level-14 {
20462306a36Sopenharmony_ci		bias-pull-up;
20562306a36Sopenharmony_ci		drive-strength = <14>;
20662306a36Sopenharmony_ci	};
20762306a36Sopenharmony_ci
20862306a36Sopenharmony_ci	/omit-if-no-ref/
20962306a36Sopenharmony_ci	pcfg_pull_up_drv_level_15: pcfg-pull-up-drv-level-15 {
21062306a36Sopenharmony_ci		bias-pull-up;
21162306a36Sopenharmony_ci		drive-strength = <15>;
21262306a36Sopenharmony_ci	};
21362306a36Sopenharmony_ci
21462306a36Sopenharmony_ci	/omit-if-no-ref/
21562306a36Sopenharmony_ci	pcfg_pull_down_drv_level_0: pcfg-pull-down-drv-level-0 {
21662306a36Sopenharmony_ci		bias-pull-down;
21762306a36Sopenharmony_ci		drive-strength = <0>;
21862306a36Sopenharmony_ci	};
21962306a36Sopenharmony_ci
22062306a36Sopenharmony_ci	/omit-if-no-ref/
22162306a36Sopenharmony_ci	pcfg_pull_down_drv_level_1: pcfg-pull-down-drv-level-1 {
22262306a36Sopenharmony_ci		bias-pull-down;
22362306a36Sopenharmony_ci		drive-strength = <1>;
22462306a36Sopenharmony_ci	};
22562306a36Sopenharmony_ci
22662306a36Sopenharmony_ci	/omit-if-no-ref/
22762306a36Sopenharmony_ci	pcfg_pull_down_drv_level_2: pcfg-pull-down-drv-level-2 {
22862306a36Sopenharmony_ci		bias-pull-down;
22962306a36Sopenharmony_ci		drive-strength = <2>;
23062306a36Sopenharmony_ci	};
23162306a36Sopenharmony_ci
23262306a36Sopenharmony_ci	/omit-if-no-ref/
23362306a36Sopenharmony_ci	pcfg_pull_down_drv_level_3: pcfg-pull-down-drv-level-3 {
23462306a36Sopenharmony_ci		bias-pull-down;
23562306a36Sopenharmony_ci		drive-strength = <3>;
23662306a36Sopenharmony_ci	};
23762306a36Sopenharmony_ci
23862306a36Sopenharmony_ci	/omit-if-no-ref/
23962306a36Sopenharmony_ci	pcfg_pull_down_drv_level_4: pcfg-pull-down-drv-level-4 {
24062306a36Sopenharmony_ci		bias-pull-down;
24162306a36Sopenharmony_ci		drive-strength = <4>;
24262306a36Sopenharmony_ci	};
24362306a36Sopenharmony_ci
24462306a36Sopenharmony_ci	/omit-if-no-ref/
24562306a36Sopenharmony_ci	pcfg_pull_down_drv_level_5: pcfg-pull-down-drv-level-5 {
24662306a36Sopenharmony_ci		bias-pull-down;
24762306a36Sopenharmony_ci		drive-strength = <5>;
24862306a36Sopenharmony_ci	};
24962306a36Sopenharmony_ci
25062306a36Sopenharmony_ci	/omit-if-no-ref/
25162306a36Sopenharmony_ci	pcfg_pull_down_drv_level_6: pcfg-pull-down-drv-level-6 {
25262306a36Sopenharmony_ci		bias-pull-down;
25362306a36Sopenharmony_ci		drive-strength = <6>;
25462306a36Sopenharmony_ci	};
25562306a36Sopenharmony_ci
25662306a36Sopenharmony_ci	/omit-if-no-ref/
25762306a36Sopenharmony_ci	pcfg_pull_down_drv_level_7: pcfg-pull-down-drv-level-7 {
25862306a36Sopenharmony_ci		bias-pull-down;
25962306a36Sopenharmony_ci		drive-strength = <7>;
26062306a36Sopenharmony_ci	};
26162306a36Sopenharmony_ci
26262306a36Sopenharmony_ci	/omit-if-no-ref/
26362306a36Sopenharmony_ci	pcfg_pull_down_drv_level_8: pcfg-pull-down-drv-level-8 {
26462306a36Sopenharmony_ci		bias-pull-down;
26562306a36Sopenharmony_ci		drive-strength = <8>;
26662306a36Sopenharmony_ci	};
26762306a36Sopenharmony_ci
26862306a36Sopenharmony_ci	/omit-if-no-ref/
26962306a36Sopenharmony_ci	pcfg_pull_down_drv_level_9: pcfg-pull-down-drv-level-9 {
27062306a36Sopenharmony_ci		bias-pull-down;
27162306a36Sopenharmony_ci		drive-strength = <9>;
27262306a36Sopenharmony_ci	};
27362306a36Sopenharmony_ci
27462306a36Sopenharmony_ci	/omit-if-no-ref/
27562306a36Sopenharmony_ci	pcfg_pull_down_drv_level_10: pcfg-pull-down-drv-level-10 {
27662306a36Sopenharmony_ci		bias-pull-down;
27762306a36Sopenharmony_ci		drive-strength = <10>;
27862306a36Sopenharmony_ci	};
27962306a36Sopenharmony_ci
28062306a36Sopenharmony_ci	/omit-if-no-ref/
28162306a36Sopenharmony_ci	pcfg_pull_down_drv_level_11: pcfg-pull-down-drv-level-11 {
28262306a36Sopenharmony_ci		bias-pull-down;
28362306a36Sopenharmony_ci		drive-strength = <11>;
28462306a36Sopenharmony_ci	};
28562306a36Sopenharmony_ci
28662306a36Sopenharmony_ci	/omit-if-no-ref/
28762306a36Sopenharmony_ci	pcfg_pull_down_drv_level_12: pcfg-pull-down-drv-level-12 {
28862306a36Sopenharmony_ci		bias-pull-down;
28962306a36Sopenharmony_ci		drive-strength = <12>;
29062306a36Sopenharmony_ci	};
29162306a36Sopenharmony_ci
29262306a36Sopenharmony_ci	/omit-if-no-ref/
29362306a36Sopenharmony_ci	pcfg_pull_down_drv_level_13: pcfg-pull-down-drv-level-13 {
29462306a36Sopenharmony_ci		bias-pull-down;
29562306a36Sopenharmony_ci		drive-strength = <13>;
29662306a36Sopenharmony_ci	};
29762306a36Sopenharmony_ci
29862306a36Sopenharmony_ci	/omit-if-no-ref/
29962306a36Sopenharmony_ci	pcfg_pull_down_drv_level_14: pcfg-pull-down-drv-level-14 {
30062306a36Sopenharmony_ci		bias-pull-down;
30162306a36Sopenharmony_ci		drive-strength = <14>;
30262306a36Sopenharmony_ci	};
30362306a36Sopenharmony_ci
30462306a36Sopenharmony_ci	/omit-if-no-ref/
30562306a36Sopenharmony_ci	pcfg_pull_down_drv_level_15: pcfg-pull-down-drv-level-15 {
30662306a36Sopenharmony_ci		bias-pull-down;
30762306a36Sopenharmony_ci		drive-strength = <15>;
30862306a36Sopenharmony_ci	};
30962306a36Sopenharmony_ci
31062306a36Sopenharmony_ci	/omit-if-no-ref/
31162306a36Sopenharmony_ci	pcfg_pull_up_smt: pcfg-pull-up-smt {
31262306a36Sopenharmony_ci		bias-pull-up;
31362306a36Sopenharmony_ci		input-schmitt-enable;
31462306a36Sopenharmony_ci	};
31562306a36Sopenharmony_ci
31662306a36Sopenharmony_ci	/omit-if-no-ref/
31762306a36Sopenharmony_ci	pcfg_pull_down_smt: pcfg-pull-down-smt {
31862306a36Sopenharmony_ci		bias-pull-down;
31962306a36Sopenharmony_ci		input-schmitt-enable;
32062306a36Sopenharmony_ci	};
32162306a36Sopenharmony_ci
32262306a36Sopenharmony_ci	/omit-if-no-ref/
32362306a36Sopenharmony_ci	pcfg_pull_none_smt: pcfg-pull-none-smt {
32462306a36Sopenharmony_ci		bias-disable;
32562306a36Sopenharmony_ci		input-schmitt-enable;
32662306a36Sopenharmony_ci	};
32762306a36Sopenharmony_ci
32862306a36Sopenharmony_ci	/omit-if-no-ref/
32962306a36Sopenharmony_ci	pcfg_pull_none_drv_level_0_smt: pcfg-pull-none-drv-level-0-smt {
33062306a36Sopenharmony_ci		bias-disable;
33162306a36Sopenharmony_ci		drive-strength = <0>;
33262306a36Sopenharmony_ci		input-schmitt-enable;
33362306a36Sopenharmony_ci	};
33462306a36Sopenharmony_ci
33562306a36Sopenharmony_ci	/omit-if-no-ref/
33662306a36Sopenharmony_ci	pcfg_output_high: pcfg-output-high {
33762306a36Sopenharmony_ci		output-high;
33862306a36Sopenharmony_ci	};
33962306a36Sopenharmony_ci
34062306a36Sopenharmony_ci	/omit-if-no-ref/
34162306a36Sopenharmony_ci	pcfg_output_low: pcfg-output-low {
34262306a36Sopenharmony_ci		output-low;
34362306a36Sopenharmony_ci	};
34462306a36Sopenharmony_ci};
345