mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
74f50b79e3
Sync the libretech-pc device tree from Linux v5.6-rc2 11a48a5a18c6 ("Linux 5.6-rc2") Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
16 lines
363 B
Text
16 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";
|
|
};
|