mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
17 lines
363 B
Text
17 lines
363 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2019 BayLibre SAS. All rights reserved.
|
||
|
* Author: Jerome Brunet <jbrunet@baylibre.com>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "meson-gxl-s905d.dtsi"
|
||
|
#include "meson-gx-libretech-pc.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "libretech,aml-s905d-pc", "amlogic,s905d",
|
||
|
"amlogic,meson-gxl";
|
||
|
model = "Libre Computer AML-S905D-PC";
|
||
|
};
|