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