blob: 92ff80e60974b2fa5c88a8f708a0114047ee749f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright (C) 2025 Grinn sp. z o.o.
* Author: Bartosz Bilas <bartosz.bilas@grinn-global.com>
*/
/dts-v1/;
#include "mt8370.dtsi"
#include "mt8390-grinn-genio-som.dtsi"
#include "mt8390-grinn-genio-sbc.dtsi"
/ {
model = "Grinn GenioSBC-510";
compatible = "grinn,genio-510-sbc", "mediatek,mt8370", "mediatek,mt8188";
memory@40000000 {
device_type = "memory";
reg = <0 0x40000000 1 0x00000000>;
};
};
|