19 lines
345 B
Plaintext
19 lines
345 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2016 Andreas Färber
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "meson-gxbb-vega-s95.dtsi"
|
|
|
|
/ {
|
|
compatible = "tronsmart,vega-s95-meta", "tronsmart,vega-s95", "amlogic,meson-gxbb";
|
|
model = "Tronsmart Vega S95 Meta";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x0 0x0 0x80000000>;
|
|
};
|
|
};
|