mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +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";
|
||
|
};
|