1/*
2 * Copyright (c) 2023 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Microchip MEC5 MEC172x and MEC5200 GP-SPI controller version 1 hardware
8 * Include this file in the soc {} section in the above chip DTSI files.
9 */
10gpspi0: spi@40009400 {
11	reg = <0x40009400 0x80>;
12	interrupts = <92 2>, <93 2>;
13	status = "disabled";
14};
15gpspi1: spi@40009480 {
16	reg = <0x40009480 0x80>;
17	interrupts = <94 2>, <95 2>;
18	status = "disabled";
19};
20