1/*
2 * Copyright (c) 2018, Cypress
3 * Copyright (c) 2020-2021, ATL Electronics
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8/dts-v1/;
9
10#include <infineon/cat1a/legacy/psoc6_cm0.dtsi>
11#include "cy8ckit_062_ble_common.dtsi"
12
13/ {
14	model = "Cypress PSOC 6 BLE Pioneer Kit";
15	compatible = "cypress,cy8c6xx7_cm0p", "cypress,psoc6";
16
17	chosen {
18		zephyr,sram = &sram0;
19		zephyr,flash = &flash0;
20	};
21};
22
23&gpio_prt0 {
24	interrupt-parent = <&intmux_ch20>;
25};
26
27&spi6 {
28	status = "okay";
29	interrupt-parent = <&intmux_ch16>;
30};
31
32arduino_spi: &spi6 {};
33