forked from Imagelibrary/seL4
These files are derived from the output of the device tree compiler in the Linux kernel. The licenses of the input files do all have to be compatible with at least GPL-2.0-only to be part of Linux.
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
/*
|
|
* Copyright Linux Kernel Team
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-only
|
|
*
|
|
* This file is derived from an intermediate build stage of the
|
|
* Linux kernel. The licenses of all input files to this process
|
|
* are compatible with GPL-2.0-only.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <0x00000002>;
|
|
#size-cells = <0x00000002>;
|
|
compatible = "ucbbar,spike-bare-dev";
|
|
model = "ucbbar,spike-bare,qemu";
|
|
chosen {
|
|
bootargs = "";
|
|
};
|
|
cpus {
|
|
#address-cells = <0x00000001>;
|
|
#size-cells = <0x00000000>;
|
|
timebase-frequency = <0x00989680>;
|
|
cpu@0 {
|
|
device_type = "cpu";
|
|
reg = <0x00000000>;
|
|
status = "okay";
|
|
compatible = "riscv";
|
|
riscv,isa = "rv64imafdcsu";
|
|
mmu-type = "riscv,sv48";
|
|
clock-frequency = <0x3b9aca00>;
|
|
interrupt-controller {
|
|
#interrupt-cells = <0x00000001>;
|
|
interrupt-controller;
|
|
compatible = "riscv,cpu-intc";
|
|
linux,phandle = <0x00000001>;
|
|
phandle = <0x00000001>;
|
|
};
|
|
};
|
|
};
|
|
memory@80000000 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x80000000 0x00000000 0xfff00000>;
|
|
};
|
|
soc {
|
|
#address-cells = <0x00000002>;
|
|
#size-cells = <0x00000002>;
|
|
compatible = "simple-bus";
|
|
ranges;
|
|
};
|
|
htif {
|
|
compatible = "ucb,htif0";
|
|
};
|
|
};
|