162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci// Copyright (c) 2019 Quanta Computer Inc. Samuel.Jiang@quantatw.com
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci/ {
562306a36Sopenharmony_ci	pinctrl: pinctrl@f0800000 {
662306a36Sopenharmony_ci		gpio0ol_pins: gpio0ol-pins {
762306a36Sopenharmony_ci			pins = "GPIO0/IOX1DI";
862306a36Sopenharmony_ci			bias-disable;
962306a36Sopenharmony_ci			output-low;
1062306a36Sopenharmony_ci		};
1162306a36Sopenharmony_ci		gpio1ol_pins: gpio1ol-pins {
1262306a36Sopenharmony_ci			pins = "GPIO1/IOX1LD";
1362306a36Sopenharmony_ci			bias-disable;
1462306a36Sopenharmony_ci			output-low;
1562306a36Sopenharmony_ci		};
1662306a36Sopenharmony_ci		gpio2ol_pins: gpio2ol-pins {
1762306a36Sopenharmony_ci			pins = "GPIO2/IOX1CK";
1862306a36Sopenharmony_ci			bias-disable;
1962306a36Sopenharmony_ci			output-low;
2062306a36Sopenharmony_ci		};
2162306a36Sopenharmony_ci		gpio3ol_pins: gpio3ol-pins {
2262306a36Sopenharmony_ci			pins = "GPIO3/IOX1D0";
2362306a36Sopenharmony_ci			bias-disable;
2462306a36Sopenharmony_ci			output-low;
2562306a36Sopenharmony_ci		};
2662306a36Sopenharmony_ci		gpio5_pins: gpio5-pins {
2762306a36Sopenharmony_ci			pins = "GPIO5/IOX2LD/SMB1DSCL";
2862306a36Sopenharmony_ci			bias-disable;
2962306a36Sopenharmony_ci			input-enable;
3062306a36Sopenharmony_ci		};
3162306a36Sopenharmony_ci		gpio6_pins: gpio6-pins {
3262306a36Sopenharmony_ci			pins = "GPIO6/IOX2CK/SMB2DSDA";
3362306a36Sopenharmony_ci			bias-disable;
3462306a36Sopenharmony_ci			input-enable;
3562306a36Sopenharmony_ci		};
3662306a36Sopenharmony_ci		gpio7_pins: gpio7-pins {
3762306a36Sopenharmony_ci			pins = "GPIO7/IOX2D0/SMB2DSCL";
3862306a36Sopenharmony_ci			bias-disable;
3962306a36Sopenharmony_ci			input-enable;
4062306a36Sopenharmony_ci		};
4162306a36Sopenharmony_ci		gpio8o_pins: gpio8o-pins {
4262306a36Sopenharmony_ci			pins = "GPIO8/LKGPO1";
4362306a36Sopenharmony_ci			bias-disable;
4462306a36Sopenharmony_ci			output-high;
4562306a36Sopenharmony_ci		};
4662306a36Sopenharmony_ci		gpio9ol_pins: gpio9ol-pins {
4762306a36Sopenharmony_ci			pins = "GPIO9/LKGPO2";
4862306a36Sopenharmony_ci			bias-disable;
4962306a36Sopenharmony_ci			output-low;
5062306a36Sopenharmony_ci		};
5162306a36Sopenharmony_ci		gpio10_pins: gpio10-pins {
5262306a36Sopenharmony_ci			pins = "GPIO10/IOXHLD";
5362306a36Sopenharmony_ci			bias-disable;
5462306a36Sopenharmony_ci			input-enable;
5562306a36Sopenharmony_ci		};
5662306a36Sopenharmony_ci		gpio11_pins: gpio11-pins {
5762306a36Sopenharmony_ci			pins = "GPIO11/IOXHCK";
5862306a36Sopenharmony_ci			bias-disable;
5962306a36Sopenharmony_ci			input-enable;
6062306a36Sopenharmony_ci		};
6162306a36Sopenharmony_ci		gpio12ol_pins: gpio12ol-pins {
6262306a36Sopenharmony_ci			pins = "GPIO12/GSPICK/SMB5BSCL";
6362306a36Sopenharmony_ci			bias-disable;
6462306a36Sopenharmony_ci			output-low;
6562306a36Sopenharmony_ci		};
6662306a36Sopenharmony_ci		gpio13ol_pins: gpio13ol-pins {
6762306a36Sopenharmony_ci			pins = "GPIO13/GSPIDO/SMB5BSDA";
6862306a36Sopenharmony_ci			bias-disable;
6962306a36Sopenharmony_ci			output-low;
7062306a36Sopenharmony_ci		};
7162306a36Sopenharmony_ci		gpio14ol_pins: gpio14ol-pins {
7262306a36Sopenharmony_ci			pins = "GPIO14/GSPIDI/SMB5CSCL";
7362306a36Sopenharmony_ci			bias-disable;
7462306a36Sopenharmony_ci			output-low;
7562306a36Sopenharmony_ci		};
7662306a36Sopenharmony_ci		gpio15ol_pins: gpio15ol-pins {
7762306a36Sopenharmony_ci			pins = "GPIO15/GSPICS/SMB5CSDA";
7862306a36Sopenharmony_ci			bias-disable;
7962306a36Sopenharmony_ci			output-low;
8062306a36Sopenharmony_ci		};
8162306a36Sopenharmony_ci		gpio20_pins: gpio20-pins {
8262306a36Sopenharmony_ci			pins = "GPIO20/SMB4CSDA/SMB15SDA";
8362306a36Sopenharmony_ci			bias-disable;
8462306a36Sopenharmony_ci			input-enable;
8562306a36Sopenharmony_ci		};
8662306a36Sopenharmony_ci		gpio21_pins: gpio21-pins {
8762306a36Sopenharmony_ci			pins = "GPIO21/SMB4CSCL/SMB15SCL";
8862306a36Sopenharmony_ci			bias-disable;
8962306a36Sopenharmony_ci			input-enable;
9062306a36Sopenharmony_ci		};
9162306a36Sopenharmony_ci		gpio22o_pins: gpio22o-pins {
9262306a36Sopenharmony_ci			pins = "GPIO22/SMB4DSDA/SMB14SDA";
9362306a36Sopenharmony_ci			bias-disable;
9462306a36Sopenharmony_ci			output-high;
9562306a36Sopenharmony_ci		};
9662306a36Sopenharmony_ci		gpio23_pins: gpio23-pins {
9762306a36Sopenharmony_ci			pins = "GPIO23/SMB4DSCL/SMB14SCL";
9862306a36Sopenharmony_ci			bias-disable;
9962306a36Sopenharmony_ci			input-enable;
10062306a36Sopenharmony_ci		};
10162306a36Sopenharmony_ci		gpio24_pins: gpio24-pins {
10262306a36Sopenharmony_ci			pins = "GPIO24/IOXHDO";
10362306a36Sopenharmony_ci			bias-disable;
10462306a36Sopenharmony_ci			input-enable;
10562306a36Sopenharmony_ci		};
10662306a36Sopenharmony_ci		gpio25_pins: gpio25-pins {
10762306a36Sopenharmony_ci			pins = "GPIO25/IOXHDI";
10862306a36Sopenharmony_ci			bias-disable;
10962306a36Sopenharmony_ci			input-enable;
11062306a36Sopenharmony_ci		};
11162306a36Sopenharmony_ci		gpio30_pins: gpio30-pins {
11262306a36Sopenharmony_ci			pins = "GPIO30/SMB3SDA";
11362306a36Sopenharmony_ci			bias-disable;
11462306a36Sopenharmony_ci			input-enable;
11562306a36Sopenharmony_ci		};
11662306a36Sopenharmony_ci		gpio31_pins: gpio31-pins {
11762306a36Sopenharmony_ci			pins = "GPIO31/SMB3SCL";
11862306a36Sopenharmony_ci			bias-disable;
11962306a36Sopenharmony_ci			input-enable;
12062306a36Sopenharmony_ci		};
12162306a36Sopenharmony_ci		gpio37o_pins: gpio37o-pins {
12262306a36Sopenharmony_ci			pins = "GPIO37/SMB3CSDA";
12362306a36Sopenharmony_ci			bias-disable;
12462306a36Sopenharmony_ci			output-high;
12562306a36Sopenharmony_ci		};
12662306a36Sopenharmony_ci		gpio38_pins: gpio38-pins {
12762306a36Sopenharmony_ci			pins = "GPIO38/SMB3CSCL";
12862306a36Sopenharmony_ci			bias-disable;
12962306a36Sopenharmony_ci			input-enable;
13062306a36Sopenharmony_ci		};
13162306a36Sopenharmony_ci		gpio39_pins: gpio39-pins {
13262306a36Sopenharmony_ci			pins = "GPIO39/SMB3BSDA";
13362306a36Sopenharmony_ci			bias-disable;
13462306a36Sopenharmony_ci			input-enable;
13562306a36Sopenharmony_ci		};
13662306a36Sopenharmony_ci		gpio40o_pins: gpio40o-pins {
13762306a36Sopenharmony_ci			pins = "GPIO40/SMB3BSCL";
13862306a36Sopenharmony_ci			bias-disable;
13962306a36Sopenharmony_ci			output-high;
14062306a36Sopenharmony_ci		};
14162306a36Sopenharmony_ci		gpio59_pins: gpio59-pins {
14262306a36Sopenharmony_ci			pins = "GPIO59/SMB3DSDA";
14362306a36Sopenharmony_ci			bias-disable;
14462306a36Sopenharmony_ci			input-enable;
14562306a36Sopenharmony_ci		};
14662306a36Sopenharmony_ci		gpio76_pins: gpio76-pins {
14762306a36Sopenharmony_ci			pins = "GPIO76/FANIN12";
14862306a36Sopenharmony_ci			bias-disable;
14962306a36Sopenharmony_ci			input-enable;
15062306a36Sopenharmony_ci		};
15162306a36Sopenharmony_ci		gpio77_pins: gpio77-pins {
15262306a36Sopenharmony_ci			pins = "GPIO77/FANIN13";
15362306a36Sopenharmony_ci			bias-disable;
15462306a36Sopenharmony_ci			input-enable;
15562306a36Sopenharmony_ci		};
15662306a36Sopenharmony_ci		gpio78o_pins: gpio78o-pins {
15762306a36Sopenharmony_ci			pins = "GPIO78/FANIN14";
15862306a36Sopenharmony_ci			bias-disable;
15962306a36Sopenharmony_ci			output-high;
16062306a36Sopenharmony_ci		};
16162306a36Sopenharmony_ci		gpio79_pins: gpio79-pins {
16262306a36Sopenharmony_ci			pins = "GPIO79/FANIN15";
16362306a36Sopenharmony_ci			bias-disable;
16462306a36Sopenharmony_ci			input-enable;
16562306a36Sopenharmony_ci		};
16662306a36Sopenharmony_ci		gpio82_pins: gpio82-pins {
16762306a36Sopenharmony_ci			pins = "GPIO82/PWM2";
16862306a36Sopenharmony_ci			bias-disable;
16962306a36Sopenharmony_ci			input-enable;
17062306a36Sopenharmony_ci		};
17162306a36Sopenharmony_ci		gpio83_pins: gpio83-pins {
17262306a36Sopenharmony_ci			pins = "GPIO83/PWM3";
17362306a36Sopenharmony_ci			bias-disable;
17462306a36Sopenharmony_ci			input-enable;
17562306a36Sopenharmony_ci		};
17662306a36Sopenharmony_ci		gpio84_pins: gpio84-pins {
17762306a36Sopenharmony_ci			pins = "GPIO84/R2TXD0";
17862306a36Sopenharmony_ci			bias-disable;
17962306a36Sopenharmony_ci			input-enable;
18062306a36Sopenharmony_ci		};
18162306a36Sopenharmony_ci		gpio85o_pins: gpio85o-pins {
18262306a36Sopenharmony_ci			pins = "GPIO85/R2TXD1";
18362306a36Sopenharmony_ci			bias-disable;
18462306a36Sopenharmony_ci			output-high;
18562306a36Sopenharmony_ci		};
18662306a36Sopenharmony_ci		gpio86ol_pins: gpio86ol-pins {
18762306a36Sopenharmony_ci			pins = "GPIO86/R2TXEN";
18862306a36Sopenharmony_ci			bias-disable;
18962306a36Sopenharmony_ci			output-low;
19062306a36Sopenharmony_ci		};
19162306a36Sopenharmony_ci		gpio87_pins: gpio87-pins {
19262306a36Sopenharmony_ci			pins = "GPIO87/R2RXD0";
19362306a36Sopenharmony_ci			bias-disable;
19462306a36Sopenharmony_ci			input-enable;
19562306a36Sopenharmony_ci		};
19662306a36Sopenharmony_ci		gpio88_pins: gpio88-pins {
19762306a36Sopenharmony_ci			pins = "GPIO88/R2RXD1";
19862306a36Sopenharmony_ci			bias-disable;
19962306a36Sopenharmony_ci			input-enable;
20062306a36Sopenharmony_ci		};
20162306a36Sopenharmony_ci		gpio89_pins: gpio89-pins {
20262306a36Sopenharmony_ci			pins = "GPIO89/R2CRSDV";
20362306a36Sopenharmony_ci			bias-disable;
20462306a36Sopenharmony_ci			input-enable;
20562306a36Sopenharmony_ci		};
20662306a36Sopenharmony_ci		gpio90_pins: gpio90-pins {
20762306a36Sopenharmony_ci			pins = "GPIO90/R2RXERR";
20862306a36Sopenharmony_ci			bias-disable;
20962306a36Sopenharmony_ci			input-enable;
21062306a36Sopenharmony_ci		};
21162306a36Sopenharmony_ci		gpio93_pins: gpio93-pins {
21262306a36Sopenharmony_ci			pins = "GPIO93/GA20/SMB5DSCL";
21362306a36Sopenharmony_ci			bias-disable;
21462306a36Sopenharmony_ci			input-enable;
21562306a36Sopenharmony_ci		};
21662306a36Sopenharmony_ci		gpio94ol_pins: gpio94ol-pins {
21762306a36Sopenharmony_ci			pins = "GPIO94/nKBRST/SMB5DSDA";
21862306a36Sopenharmony_ci			bias-disable;
21962306a36Sopenharmony_ci			output-low;
22062306a36Sopenharmony_ci		};
22162306a36Sopenharmony_ci		gpio108ol_pins: gpio108ol-pins {
22262306a36Sopenharmony_ci			pins = "GPIO108/RG1MDC";
22362306a36Sopenharmony_ci			bias-disable;
22462306a36Sopenharmony_ci			output-low;
22562306a36Sopenharmony_ci		};
22662306a36Sopenharmony_ci		gpio109ol_pins: gpio109ol-pins {
22762306a36Sopenharmony_ci			pins = "GPIO109/RG1MDIO";
22862306a36Sopenharmony_ci			bias-disable;
22962306a36Sopenharmony_ci			output-low;
23062306a36Sopenharmony_ci		};
23162306a36Sopenharmony_ci		gpio110ol_pins: gpio110ol-pins {
23262306a36Sopenharmony_ci			pins = "GPIO110/RG2TXD0/DDRV0";
23362306a36Sopenharmony_ci			bias-disable;
23462306a36Sopenharmony_ci			output-low;
23562306a36Sopenharmony_ci		};
23662306a36Sopenharmony_ci		gpio111ol_pins: gpio111ol-pins {
23762306a36Sopenharmony_ci			pins = "GPIO111/RG2TXD1/DDRV1";
23862306a36Sopenharmony_ci			bias-disable;
23962306a36Sopenharmony_ci			output-low;
24062306a36Sopenharmony_ci		};
24162306a36Sopenharmony_ci		gpio112ol_pins: gpio112ol-pins {
24262306a36Sopenharmony_ci			pins = "GPIO112/RG2TXD2/DDRV2";
24362306a36Sopenharmony_ci			bias-disable;
24462306a36Sopenharmony_ci			output-low;
24562306a36Sopenharmony_ci		};
24662306a36Sopenharmony_ci		gpio113ol_pins: gpio113ol-pins {
24762306a36Sopenharmony_ci			pins = "GPIO113/RG2TXD3/DDRV3";
24862306a36Sopenharmony_ci			bias-disable;
24962306a36Sopenharmony_ci			output-low;
25062306a36Sopenharmony_ci		};
25162306a36Sopenharmony_ci		gpio114o_pins: gpio114o-pins {
25262306a36Sopenharmony_ci			pins = "GPIO114/SMB0SCL";
25362306a36Sopenharmony_ci			bias-disable;
25462306a36Sopenharmony_ci			output-high;
25562306a36Sopenharmony_ci		};
25662306a36Sopenharmony_ci		gpio115_pins: gpio115-pins {
25762306a36Sopenharmony_ci			pins = "GPIO115/SMB0SDA";
25862306a36Sopenharmony_ci			bias-disable;
25962306a36Sopenharmony_ci			input-enable;
26062306a36Sopenharmony_ci		};
26162306a36Sopenharmony_ci		gpio120_pins: gpio120-pins {
26262306a36Sopenharmony_ci			pins = "GPIO120/SMB2CSDA";
26362306a36Sopenharmony_ci			bias-disable;
26462306a36Sopenharmony_ci			input-enable;
26562306a36Sopenharmony_ci		};
26662306a36Sopenharmony_ci		gpio121_pins: gpio121-pins {
26762306a36Sopenharmony_ci			pins = "GPIO121/SMB2CSCL";
26862306a36Sopenharmony_ci			bias-disable;
26962306a36Sopenharmony_ci			input-enable;
27062306a36Sopenharmony_ci		};
27162306a36Sopenharmony_ci		gpio122_pins: gpio122-pins {
27262306a36Sopenharmony_ci			pins = "GPIO122/SMB2BSDA";
27362306a36Sopenharmony_ci			bias-disable;
27462306a36Sopenharmony_ci			input-enable;
27562306a36Sopenharmony_ci		};
27662306a36Sopenharmony_ci		gpio123_pins: gpio123-pins {
27762306a36Sopenharmony_ci			pins = "GPIO123/SMB2BSCL";
27862306a36Sopenharmony_ci			bias-disable;
27962306a36Sopenharmony_ci			input-enable;
28062306a36Sopenharmony_ci		};
28162306a36Sopenharmony_ci		gpio124_pins: gpio124-pins {
28262306a36Sopenharmony_ci			pins = "GPIO124/SMB1CSDA";
28362306a36Sopenharmony_ci			bias-disable;
28462306a36Sopenharmony_ci			input-enable;
28562306a36Sopenharmony_ci		};
28662306a36Sopenharmony_ci		gpio125_pins: gpio125-pins {
28762306a36Sopenharmony_ci			pins = "GPIO125/SMB1CSCL";
28862306a36Sopenharmony_ci			bias-disable;
28962306a36Sopenharmony_ci			input-enable;
29062306a36Sopenharmony_ci		};
29162306a36Sopenharmony_ci		gpio126_pins: gpio126-pins {
29262306a36Sopenharmony_ci			pins = "GPIO126/SMB1BSDA";
29362306a36Sopenharmony_ci			bias-disable;
29462306a36Sopenharmony_ci			input-enable;
29562306a36Sopenharmony_ci		};
29662306a36Sopenharmony_ci		gpio127o_pins: gpio127o-pins {
29762306a36Sopenharmony_ci			pins = "GPIO127/SMB1BSCL";
29862306a36Sopenharmony_ci			bias-disable;
29962306a36Sopenharmony_ci			output-high;
30062306a36Sopenharmony_ci		};
30162306a36Sopenharmony_ci		gpio136_pins: gpio136-pins {
30262306a36Sopenharmony_ci			pins = "GPIO136/SD1DT0";
30362306a36Sopenharmony_ci			bias-disable;
30462306a36Sopenharmony_ci			input-enable;
30562306a36Sopenharmony_ci		};
30662306a36Sopenharmony_ci		gpio137_pins: gpio137-pins {
30762306a36Sopenharmony_ci			pins = "GPIO137/SD1DT1";
30862306a36Sopenharmony_ci			bias-disable;
30962306a36Sopenharmony_ci			input-enable;
31062306a36Sopenharmony_ci		};
31162306a36Sopenharmony_ci		gpio138_pins: gpio138-pins {
31262306a36Sopenharmony_ci			pins = "GPIO138/SD1DT2";
31362306a36Sopenharmony_ci			bias-disable;
31462306a36Sopenharmony_ci			input-enable;
31562306a36Sopenharmony_ci		};
31662306a36Sopenharmony_ci		gpio139_pins: gpio139-pins {
31762306a36Sopenharmony_ci			pins = "GPIO139/SD1DT3";
31862306a36Sopenharmony_ci			bias-disable;
31962306a36Sopenharmony_ci			input-enable;
32062306a36Sopenharmony_ci		};
32162306a36Sopenharmony_ci		gpio140_pins: gpio140-pins {
32262306a36Sopenharmony_ci			pins = "GPIO140/SD1CLK";
32362306a36Sopenharmony_ci			bias-disable;
32462306a36Sopenharmony_ci			input-enable;
32562306a36Sopenharmony_ci		};
32662306a36Sopenharmony_ci		gpio141_pins: gpio141-pins {
32762306a36Sopenharmony_ci			pins = "GPIO141/SD1WP";
32862306a36Sopenharmony_ci			bias-disable;
32962306a36Sopenharmony_ci			input-enable;
33062306a36Sopenharmony_ci		};
33162306a36Sopenharmony_ci		gpio142_pins: gpio142-pins {
33262306a36Sopenharmony_ci			pins = "GPIO142/SD1CMD";
33362306a36Sopenharmony_ci			bias-disable;
33462306a36Sopenharmony_ci			input-enable;
33562306a36Sopenharmony_ci		};
33662306a36Sopenharmony_ci		gpio143_pins: gpio143-pins {
33762306a36Sopenharmony_ci			pins = "GPIO143/SD1CD/SD1PWR";
33862306a36Sopenharmony_ci			bias-disable;
33962306a36Sopenharmony_ci			input-enable;
34062306a36Sopenharmony_ci		};
34162306a36Sopenharmony_ci		gpio144_pins: gpio144-pins {
34262306a36Sopenharmony_ci			pins = "GPIO144/PWM4";
34362306a36Sopenharmony_ci			bias-disable;
34462306a36Sopenharmony_ci			input-enable;
34562306a36Sopenharmony_ci		};
34662306a36Sopenharmony_ci		gpio145_pins: gpio145-pins {
34762306a36Sopenharmony_ci			pins = "GPIO145/PWM5";
34862306a36Sopenharmony_ci			bias-disable;
34962306a36Sopenharmony_ci			input-enable;
35062306a36Sopenharmony_ci		};
35162306a36Sopenharmony_ci		gpio146_pins: gpio146-pins {
35262306a36Sopenharmony_ci			pins = "GPIO146/PWM6";
35362306a36Sopenharmony_ci			bias-disable;
35462306a36Sopenharmony_ci			input-enable;
35562306a36Sopenharmony_ci		};
35662306a36Sopenharmony_ci		gpio147_pins: gpio147-pins {
35762306a36Sopenharmony_ci			pins = "GPIO147/PWM7";
35862306a36Sopenharmony_ci			bias-disable;
35962306a36Sopenharmony_ci			input-enable;
36062306a36Sopenharmony_ci		};
36162306a36Sopenharmony_ci		gpio153o_pins: gpio153o-pins {
36262306a36Sopenharmony_ci			pins = "GPIO153/MMCWP";
36362306a36Sopenharmony_ci			bias-disable;
36462306a36Sopenharmony_ci			output-high;
36562306a36Sopenharmony_ci		};
36662306a36Sopenharmony_ci		gpio155_pins: gpio155-pins {
36762306a36Sopenharmony_ci			pins = "GPIO155/nMMCCD/nMMCRST";
36862306a36Sopenharmony_ci			bias-disable;
36962306a36Sopenharmony_ci			input-enable;
37062306a36Sopenharmony_ci		};
37162306a36Sopenharmony_ci		gpio160o_pins: gpio160o-pins {
37262306a36Sopenharmony_ci			pins = "GPIO160/CLKOUT/RNGOSCOUT";
37362306a36Sopenharmony_ci			bias-disable;
37462306a36Sopenharmony_ci			output-high;
37562306a36Sopenharmony_ci		};
37662306a36Sopenharmony_ci		gpio169o_pins: gpio169o-pins {
37762306a36Sopenharmony_ci			pins = "GPIO169/nSCIPME";
37862306a36Sopenharmony_ci			bias-disable;
37962306a36Sopenharmony_ci			output-high;
38062306a36Sopenharmony_ci		};
38162306a36Sopenharmony_ci		gpio188o_pins: gpio188o-pins {
38262306a36Sopenharmony_ci			pins = "GPIO188/SPI3D2/nSPI3CS2";
38362306a36Sopenharmony_ci			bias-disable;
38462306a36Sopenharmony_ci			output-high;
38562306a36Sopenharmony_ci		};
38662306a36Sopenharmony_ci		gpio189_pins: gpio189-pins {
38762306a36Sopenharmony_ci			pins = "GPIO189/SPI3D3/nSPI3CS3";
38862306a36Sopenharmony_ci			bias-disable;
38962306a36Sopenharmony_ci			input-enable;
39062306a36Sopenharmony_ci		};
39162306a36Sopenharmony_ci		gpio196_pins: gpio196-pins {
39262306a36Sopenharmony_ci			pins = "GPIO196/SMB0CSCL";
39362306a36Sopenharmony_ci			bias-disable;
39462306a36Sopenharmony_ci			input-enable;
39562306a36Sopenharmony_ci		};
39662306a36Sopenharmony_ci		gpio197_pins: gpio197-pins {
39762306a36Sopenharmony_ci			pins = "GPIO197/SMB0DEN";
39862306a36Sopenharmony_ci			bias-disable;
39962306a36Sopenharmony_ci			input-enable;
40062306a36Sopenharmony_ci		};
40162306a36Sopenharmony_ci		gpio198o_pins: gpio198o-pins {
40262306a36Sopenharmony_ci			pins = "GPIO198/SMB0DSDA";
40362306a36Sopenharmony_ci			bias-disable;
40462306a36Sopenharmony_ci			output-high;
40562306a36Sopenharmony_ci		};
40662306a36Sopenharmony_ci		gpio199o_pins: gpio199o-pins {
40762306a36Sopenharmony_ci			pins = "GPIO199/SMB0DSCL";
40862306a36Sopenharmony_ci			bias-disable;
40962306a36Sopenharmony_ci			output-high;
41062306a36Sopenharmony_ci		};
41162306a36Sopenharmony_ci		gpio200_pins: gpio200-pins {
41262306a36Sopenharmony_ci			pins = "GPIO200/R2CK";
41362306a36Sopenharmony_ci			input-enable;
41462306a36Sopenharmony_ci			bias-disable;
41562306a36Sopenharmony_ci		};
41662306a36Sopenharmony_ci		gpio202_pins: gpio202-pins {
41762306a36Sopenharmony_ci			pins = "GPIO202/SMB0CSDA";
41862306a36Sopenharmony_ci			bias-disable;
41962306a36Sopenharmony_ci			input-enable;
42062306a36Sopenharmony_ci		};
42162306a36Sopenharmony_ci		gpio203o_pins: gpio203o-pins {
42262306a36Sopenharmony_ci			pins = "GPIO203/FANIN16";
42362306a36Sopenharmony_ci			bias-disable;
42462306a36Sopenharmony_ci			output-high;
42562306a36Sopenharmony_ci		};
42662306a36Sopenharmony_ci		gpio208_pins: gpio208-pins {
42762306a36Sopenharmony_ci			pins = "GPIO208/RG2TXC/DVCK";
42862306a36Sopenharmony_ci			bias-disable;
42962306a36Sopenharmony_ci			input-enable;
43062306a36Sopenharmony_ci		};
43162306a36Sopenharmony_ci		gpio209ol_pins: gpio209ol-pins {
43262306a36Sopenharmony_ci			pins = "GPIO209/RG2TXCTL/DDRV4";
43362306a36Sopenharmony_ci			bias-disable;
43462306a36Sopenharmony_ci			output-low;
43562306a36Sopenharmony_ci		};
43662306a36Sopenharmony_ci		gpio210ol_pins: gpio210ol-pins {
43762306a36Sopenharmony_ci			pins = "GPIO210/RG2RXD0/DDRV5";
43862306a36Sopenharmony_ci			bias-disable;
43962306a36Sopenharmony_ci			output-low;
44062306a36Sopenharmony_ci		};
44162306a36Sopenharmony_ci		gpio211ol_pins: gpio211ol-pins {
44262306a36Sopenharmony_ci			pins = "GPIO211/RG2RXD1/DDRV6";
44362306a36Sopenharmony_ci			bias-disable;
44462306a36Sopenharmony_ci			output-low;
44562306a36Sopenharmony_ci		};
44662306a36Sopenharmony_ci		gpio212ol_pins: gpio212ol-pins {
44762306a36Sopenharmony_ci			pins = "GPIO212/RG2RXD2/DDRV7";
44862306a36Sopenharmony_ci			bias-disable;
44962306a36Sopenharmony_ci			output-low;
45062306a36Sopenharmony_ci		};
45162306a36Sopenharmony_ci		gpio213ol_pins: gpio213ol-pins {
45262306a36Sopenharmony_ci			pins = "GPIO213/RG2RXD3/DDRV8";
45362306a36Sopenharmony_ci			bias-disable;
45462306a36Sopenharmony_ci			output-low;
45562306a36Sopenharmony_ci		};
45662306a36Sopenharmony_ci		gpio214ol_pins: gpio214ol-pins {
45762306a36Sopenharmony_ci			pins = "GPIO214/RG2RXC/DDRV9";
45862306a36Sopenharmony_ci			bias-disable;
45962306a36Sopenharmony_ci			output-low;
46062306a36Sopenharmony_ci		};
46162306a36Sopenharmony_ci		gpio215ol_pins: gpio215ol-pins {
46262306a36Sopenharmony_ci			pins = "GPIO215/RG2RXCTL/DDRV10";
46362306a36Sopenharmony_ci			bias-disable;
46462306a36Sopenharmony_ci			output-low;
46562306a36Sopenharmony_ci		};
46662306a36Sopenharmony_ci		gpio216ol_pins: gpio216ol-pins {
46762306a36Sopenharmony_ci			pins = "GPIO216/RG2MDC/DDRV11";
46862306a36Sopenharmony_ci			bias-disable;
46962306a36Sopenharmony_ci			output-low;
47062306a36Sopenharmony_ci		};
47162306a36Sopenharmony_ci		gpio217ol_pins: gpio217ol-pins {
47262306a36Sopenharmony_ci			pins = "GPIO217/RG2MDIO/DVHSYNC";
47362306a36Sopenharmony_ci			bias-disable;
47462306a36Sopenharmony_ci			output-low;
47562306a36Sopenharmony_ci		};
47662306a36Sopenharmony_ci		gpio224_pins: gpio224-pins {
47762306a36Sopenharmony_ci			pins = "GPIO224/SPIXCK";
47862306a36Sopenharmony_ci			bias-disable;
47962306a36Sopenharmony_ci			input-enable;
48062306a36Sopenharmony_ci		};
48162306a36Sopenharmony_ci		gpio225ol_pins: gpio225ol-pins {
48262306a36Sopenharmony_ci			pins = "GPO225/SPIXD0/STRAP12";
48362306a36Sopenharmony_ci			bias-disable;
48462306a36Sopenharmony_ci			output-low;
48562306a36Sopenharmony_ci		};
48662306a36Sopenharmony_ci		gpio226ol_pins: gpio226ol-pins {
48762306a36Sopenharmony_ci			pins = "GPO226/SPIXD1/STRAP13";
48862306a36Sopenharmony_ci			bias-disable;
48962306a36Sopenharmony_ci			output-low;
49062306a36Sopenharmony_ci		};
49162306a36Sopenharmony_ci		gpio227ol_pins: gpio227ol-pins {
49262306a36Sopenharmony_ci			pins = "GPIO227/nSPIXCS0";
49362306a36Sopenharmony_ci			bias-disable;
49462306a36Sopenharmony_ci			output-low;
49562306a36Sopenharmony_ci		};
49662306a36Sopenharmony_ci		gpio228o_pins: gpio228ol-pins {
49762306a36Sopenharmony_ci			pins = "GPIO228/nSPIXCS1";
49862306a36Sopenharmony_ci			bias-disable;
49962306a36Sopenharmony_ci			output-high;
50062306a36Sopenharmony_ci		};
50162306a36Sopenharmony_ci		gpio229o_pins: gpio229o-pins {
50262306a36Sopenharmony_ci			pins = "GPO229/SPIXD2/STRAP3";
50362306a36Sopenharmony_ci			bias-disable;
50462306a36Sopenharmony_ci			output-high;
50562306a36Sopenharmony_ci		};
50662306a36Sopenharmony_ci		gpio230_pins: gpio230-pins {
50762306a36Sopenharmony_ci			pins = "GPIO230/SPIXD3";
50862306a36Sopenharmony_ci			bias-disable;
50962306a36Sopenharmony_ci			input-enable;
51062306a36Sopenharmony_ci		};
51162306a36Sopenharmony_ci		gpio231o_pins: gpio231o-pins {
51262306a36Sopenharmony_ci			pins = "GPIO231/nCLKREQ";
51362306a36Sopenharmony_ci			bias-disable;
51462306a36Sopenharmony_ci			output-high;
51562306a36Sopenharmony_ci		};
51662306a36Sopenharmony_ci	};
51762306a36Sopenharmony_ci};
518