Commit b14feec6 authored by Anisetti Avinash Krishna's avatar Anisetti Avinash Krishna Committed by Fabio Baltieri
Browse files

boards: x86: rpl_crb: rpl_p_crb: Enabled GPIO in RPL-p



Enabled GPIO basic api test for RPL-P platform

Signed-off-by: default avatarAnisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
parent b7609ff5
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2023 Intel Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */
/ {
	resources {
		compatible = "test-gpio-basic-api";

		out-gpios = <&gpio_4_e 13 0>;
		in-gpios  = <&gpio_4_e 12 0>;
	};
};