1/* 2 * Copyright (c) 2023 Panasonic Industrial Devices Europe GmbH 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <nordic/nrf5340_cpuapp_qkaa.dtsi> 9#include "pan1783_nrf5340_cpuapp_common.dtsi" 10 11/ { 12 model = "Panasonic PAN1783A-PA EVB (NRF5340) Application"; 13 compatible = "panasonic,pan1783a_pa-evb-cpuapp"; 14 15 chosen { 16 zephyr,sram = &sram0_image; 17 zephyr,flash = &flash0; 18 zephyr,code-partition = &slot0_partition; 19 zephyr,sram-secure-partition = &sram0_s; 20 }; 21}; 22 23&gpio_fwd { 24 /delete-node/ uart; 25 26 status = "okay"; 27 fem { 28 gpios = <&gpio0 19 0>, <&gpio0 21 0>; 29 }; 30}; 31