tests: drivers: add overlay files for adp_xc7k/ae350/clic

adp_xc7k/ae350/clic uses a different interrupt controller than
adp_xc7k/ae350, add overlay files as in adp_xc7k/ae350.

Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>
This commit is contained in:
Jimmy Zheng 2025-04-07 14:45:34 +08:00 committed by Anas Nashif
parent 74ded5884f
commit 20f48b947c
6 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_NOCACHE_MEMORY=y

View File

@ -0,0 +1,9 @@
/*
* Copyright (c) 2025 Andes Technology Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
tst_dma0: &dma0 {
status = "okay";
};

View File

@ -0,0 +1 @@
CONFIG_NOCACHE_MEMORY=y

View File

@ -0,0 +1,9 @@
/*
* Copyright (c) 2025 Andes Technology Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
tst_dma0: &dma0 {
status = "okay";
};

View File

@ -0,0 +1,14 @@
/*
* Copyright (c) 2025 Andes Technology Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
status = "okay";
out-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
in-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
};
};

View File

@ -0,0 +1,18 @@
/*
* Copyright (c) 2025 Andes Technology Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
slow@0 {
compatible = "test-spi-loopback-slow";
reg = <0>;
spi-max-frequency = <500000>;
};
fast@0 {
compatible = "test-spi-loopback-fast";
reg = <0>;
spi-max-frequency = <16000000>;
};
};