zephyr/samples/drivers/ps2/boards/npcx9m6f_evb.overlay

18 lines
260 B
Plaintext

/*
* Copyright (c) 2023 Nuvoton Technology Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
ps2-port0 = &ps2_channel0;
};
};
&ps2_channel0 {
status = "okay";
pinctrl-0 = <&ps2_0_dat_clk_gp67_70>;
pinctrl-names = "default";
};