blob: 565bbaf6321c666fa9b05cb4864b8ee16c75c81d [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Connect loopback between GPP_B_14 and GPP_B_15.
* BIOS settings to mark these two pins as GPIO
* Under Intel Advanced Menu > PCH-IO Configuration
* Enable Timed GPIO0 > Disable
* Enable Timed GPIO1 > Disable
* ISH Configuration > GP_6 > Unchecked [ ]
* ISH Configuration > GP_7 > Unchecked [ ]
*/
/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio_0_b 14 0>;
in-gpios = <&gpio_0_b 15 0>;
};
};