mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-28 09:22:08 +00:00

Edgeble Neu6a and Neu6b are compatible with common IO board. So, maintain the IO board in rk3588-edgeble-neu6a-io.dtsi. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Link: https://lore.kernel.org/r/20231125190522.87607-4-jagan@edgeble.ai Signed-off-by: Heiko Stuebner <heiko@sntech.de>
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3588j.dtsi"
|
|
#include "rk3588-edgeble-neu6b.dtsi"
|
|
#include "rk3588-edgeble-neu6a-io.dtsi"
|
|
|
|
/ {
|
|
model = "Edgeble Neu6B IO Board";
|
|
compatible = "edgeble,neural-compute-module-6a-io",
|
|
"edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
|
};
|