11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
|
||
|
*/
|
||
|
|
||
|
#include "rk3588-edgeble-neu6a-common.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
||
|
};
|