xref: /linux/arch/riscv/boot/dts/tenstorrent/blackhole-card.dts (revision 66a1025f7f0bc00404ec6357af68815c70dadae2)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/dts-v1/;
3
4#include "blackhole.dtsi"
5
6/ {
7	model = "Tenstorrent Blackhole";
8	compatible = "tenstorrent,blackhole-card", "tenstorrent,blackhole";
9
10	memory@400030000000 {
11		device_type = "memory";
12		reg = <0x4000 0x30000000 0x1 0x00000000>;
13	};
14};
15