blob: a0a0bff112ddc2a4f9eab082d176e5f4272c3afd [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <arm/armv8-m.dtsi>
/ {
compatible = "arm,v2m-musca";
#address-cells = <1>;
#size-cells = <1>;
chosen {
zephyr,console = &uart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,shell-uart = &uart1;
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-m33";
reg = <0>;
};
};
flash0: flash@10000000 {
/* QSPI flash */
reg = <0x10000000 0x2000000>;
};
sram0: memory@30000000 {
compatible = "mmio-sram";
reg = <0x30000000 0x80000>;
};
scc@5010b000 {
compatible = "arm,scc";
reg = <0x5010b000 0x1000>;
};
soc {
peripheral@50000000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x50000000 0x10000000>;
#include "v2m_musca_b1-common.dtsi"
};
};
};
&nvic {
arm,num-irq-priority-bits = <3>;
};