1/* 2 * Copyright (c) 2024 Andrew Featherstone 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9/* The build system assumes that there's a cpucluster-specific file. 10 * 11 * This file provides composition of the device tree: 12 * 1. The common features of the SoC 13 * 2. Core-specific configuration. 14 * 3. Board-specific configuration. 15 */ 16#include <raspberrypi/rpi_pico/rp2350a.dtsi> 17#include <raspberrypi/rpi_pico/m33.dtsi> 18 19/* there's nothing specific to the Cortex-M33 cores vs the (not yet 20 * implemented) Hazard3 cores. 21 */ 22#include "rpi_pico2.dtsi" 23