mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
15 lines
302 B
Text
15 lines
302 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2023 Christian Hewitt <christianshewitt@gmail.com>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "meson-g12b-s922x.dtsi"
|
||
|
#include "meson-g12b-bananapi.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "bananapi,bpi-m2s", "amlogic,s922x", "amlogic,g12b";
|
||
|
model = "BananaPi M2S";
|
||
|
};
|