mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
12 lines
272 B
Text
12 lines
272 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
// Copyright (C) 2020 Ondrej Jirman <megous@megous.com>
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "sun50i-a64-pinephone.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Pine64 PinePhone Developer Batch (1.0)";
|
||
|
compatible = "pine64,pinephone-1.0", "allwinner,sun50i-a64";
|
||
|
};
|