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:
parent
74ded5884f
commit
20f48b947c
@ -0,0 +1 @@
|
||||
CONFIG_NOCACHE_MEMORY=y
|
||||
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Andes Technology Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
tst_dma0: &dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
@ -0,0 +1 @@
|
||||
CONFIG_NOCACHE_MEMORY=y
|
||||
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Andes Technology Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
tst_dma0: &dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
@ -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>;
|
||||
};
|
||||
};
|
||||
@ -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>;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user