mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-24 08:01:21 +02:00
Add clk node and sdhci node for cv18xx SoCs according to patches from Linux kernel. clk: https://lore.kernel.org/all/IA1PR20MB4953F9AD6792013B54636F05BB4F2@IA1PR20MB4953.namprd20.prod.outlook.com/ sdhci: https://lore.kernel.org/all/20240217144826.3944-1-jszhang@kernel.org/ Signed-off-by: Kongyang Liu <seashell11234455@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
23 lines
358 B
Plaintext
23 lines
358 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
|
|
*/
|
|
|
|
#include "cv18xx.dtsi"
|
|
|
|
/ {
|
|
compatible = "sophgo,cv1800b";
|
|
};
|
|
|
|
&plic {
|
|
compatible = "sophgo,cv1800b-plic", "thead,c900-plic";
|
|
};
|
|
|
|
&clint {
|
|
compatible = "sophgo,cv1800b-clint", "thead,c900-clint";
|
|
};
|
|
|
|
&clk {
|
|
compatible = "sophgo,cv1800-clk";
|
|
};
|