1/*
2 * Copyright (c) 2020 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	board_power: resources {
9		compatible = "microchip,mec15xx-board-power";
10		/* MCHP_GPIO_012 */
11		pwrg-gpios = <MCHP_GPIO_DECODE_012 GPIO_ACTIVE_HIGH>;
12		/* MCHP_GPIO_0054 */
13		rsm-gpios = <MCHP_GPIO_DECODE_054 GPIO_ACTIVE_HIGH>;
14	};
15};
16
17&spi0 {
18	status = "okay";
19	port_sel = <0>;
20	chip_select = <0>;
21	lines = <4>;
22	pinctrl-0 = < &shd_cs0_n_gpio055
23		      &shd_clk_gpio056
24		      &shd_io0_gpio223
25		      &shd_io1_gpio224
26		      &shd_io2_gpio227
27		      &shd_io3_gpio016 >;
28	pinctrl-names = "default";
29};
30