1/* 2 * Copyright (c) 2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <nordic/nrf5340_cpuapp_qkaa.dtsi> 9#include "thingy53_nrf5340_common.dtsi" 10#include <../boards/common/usb/cdc_acm_serial.dtsi> 11 12/ { 13 model = "Nordic Thingy53 NRF5340 Application"; 14 compatible = "nordic,thingy53-nrf5340-cpuapp"; 15 16 chosen { 17 zephyr,sram = &sram0_image; 18 zephyr,flash = &flash0; 19 zephyr,code-partition = &slot0_partition; 20 zephyr,sram-secure-partition = &sram0_s; 21 zephyr,sram-non-secure-partition = &sram0_ns; 22 }; 23 24 aliases { 25 watchdog0 = &wdt0; 26 }; 27}; 28 29&vregmain { 30 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; 31}; 32 33&vregradio { 34 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; 35}; 36 37&vregh { 38 status = "okay"; 39}; 40 41&lfxo { 42 load-capacitors = "internal"; 43 load-capacitance-picofarad = <7>; 44}; 45