Generic Connector for the apollo4p_evb Ran tests/drivers/gpio/gpio_basic_api Ambiq does not support DUAL Edged Interrupts. Added Connector Usages as defined by the Ambiq BSP. Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
/*
|
|
* Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
resources {
|
|
compatible = "test-gpio-basic-api";
|
|
out-gpios = <&ambiq_header 12 0>;
|
|
in-gpios = <&ambiq_header 13 0>;
|
|
};
|
|
};
|