mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 04:22:32 -04:00
As CV180x and CV181x have the identical layouts, it is OK to use the cv1800b basic device tree for the whole series. For CV1800B soc specific compatible, just move them out of the common file. Signed-off-by: Inochi Amaoto <inochiama@outlook.com> Acked-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
19 lines
312 B
Plaintext
19 lines
312 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";
|
|
};
|