summaryrefslogtreecommitdiff
path: root/zephyr/program/it8xxx2_evb/shi.dts
blob: 12c0c6ca5b377b38ff894c7ba97dbe093fbb3b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include <ite/it8xxx2-pinctrl-map.dtsi>

&shi {
	status = "okay";
	pinctrl-0 = <&shi_mosi_gpm0_default &shi_miso_gpm1_default
		     &shi_clk_gpm4_default &shi_cs_gpm5_default>;
	pinctrl-names = "default";
};