blob: cce642c538128010ebe4aa866d81437d5fad827f [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Fabien Parent <fparent@baylibre.com>
5 */
6
7/dts-v1/;
8
9#include "mt8516.dtsi"
10#include "pumpkin-common.dtsi"
11
12/ {
13 model = "Pumpkin MT8516";
14 compatible = "mediatek,mt8516";
15
16 memory@40000000 {
17 device_type = "memory";
18 reg = <0 0x40000000 0 0x40000000>;
19 };
20};