mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
167efc2c7a
Sync rk3399 dts(i) files from v5.7-rc1 linux-next. Reason: To get updated PCIe nodes and properties on respective dts(i) files. Summary: - sync won't include new board dts(i) - sync will add required files used on respective dts(i) - rk3399-puma-u-boot.dtsi spiflash label changed to norflash - move puma.dtsi bios_enable into rk3399-puma-u-boot.dtsi - move legacy max-frequency of sdhci into rk3399-u-boot.dtsi - update cross-ec-[keyboard|sbs].dtsi path as per U-Boot - keep roc-rk3399-pc dc_12v changes to -u-boot.dtsi Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
12 lines
261 B
Text
12 lines
261 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 = "firefly,roc-rk3399-pc", "rockchip,rk3399";
|
|
};
|