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&espi_saf0 {
18	status = "okay";
19};
20
21&spi0 {
22	status = "okay";
23	port_sel = <0>;
24	chip_select = <0>;
25	lines = <4>;
26};
27