mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
c8b1684a8c
Sync the ROC-RK3399-PC device tree changes from Linux with below commit details: commit <c36308abe4110e4db362d5e2ae3797834a7b1192> ("arm64: dts: rockchip: Enable MTD Flash on rk3399-roc-pc") Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
13 lines
295 B
Text
13 lines
295 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2017 T-Chip Intelligent Technology Co., Ltd
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3399-roc-pc.dtsi"
|
|
|
|
/ {
|
|
model = "Firefly ROC-RK3399-PC Board";
|
|
compatible = "libretech,roc-rk3399-pc", "firefly,roc-rk3399-pc",
|
|
"rockchip,rk3399";
|
|
};
|