1/*
2 * Copyright (c) 2023 Nuvoton Technology Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		ps2-port0 = &ps2_channel0;
10	};
11};
12
13&ps2_channel0 {
14	status = "okay";
15	pinctrl-0 = <&ps2_0_dat_clk_gp67_70>;
16	pinctrl-names = "default";
17};
18