blob: 1b345aaa94526bed942a5d3d8bca778c5be7eb9b [file] [log] [blame]
/*
* Copyright (c) 2023 Panasonic Industrial Devices Europe GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nordic/nrf5340_cpunet_qkaa.dtsi>
#include "pan1783_cpunet_common.dtsi"
/ {
model = "Panasonic PAN1783A-PA EVB (NRF5340) Network";
compatible = "panasonic,pan1783a_pa-evb-cpunet";
chosen {
zephyr,sram = &sram1;
zephyr,flash = &flash1;
zephyr,code-partition = &slot0_partition;
};
nrf_radio_fem: fem_node {
compatible = "skyworks,sky66407-11", "generic-fem-two-ctrl-pins";
ctx-gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
crx-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
};
};
&radio {
fem = <&nrf_radio_fem>;
};
/* Include shared RAM configuration file */
#include "pan1783_shared_sram_planning_conf.dtsi"