mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
14 lines
299 B
Text
14 lines
299 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (C) 2018 Chen-Yu Tsai <wens@csie.org>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "sun8i-h3.dtsi"
|
||
|
#include "sunxi-bananapi-m2-plus-v1.2.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Banana Pi BPI-M2-Plus v1.2 H3";
|
||
|
compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun8i-h3";
|
||
|
};
|