zephyr/samples/drivers/peci/boards/mec172xevb_assy6906.overlay

18 lines
314 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
peci-0 = &peci0;
};
};
&peci0 {
status = "okay";
pinctrl-0 = <&peci_dat_gpio042 &vref_vtt_gpio044>;
pinctrl-1 = <&peci_dat_gpio042_sleep &vref_vtt_gpio044_sleep>;
pinctrl-names = "default", "sleep";
};