1/*
2 * Copyright (c) 2024 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* From Microchip MEC5 MEC174x and onwards use GP-SPI controller version 2 hardware,
8 * a completely different design. Don't ask why it was given the same name;<)
9 * Include this file in the soc {} section in the relevant chip DTSI files
10 */
11gpspi0: spi@40009400 {
12	reg = <0x40009400 0x80>;
13	interrupts = <92 2>;
14	status = "disabled";
15};
16
17gpspi1: spi@40009480 {
18	reg = <0x40009480 0x80>;
19	interrupts = <94 2>;
20	status = "disabled";
21};
22