summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx_evb/npcx7_evb.dts
blob: c20589d6374b8000e05ad0e83549479adbfa5526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/dts-v1/;

#include <cros/nuvoton/npcx7.dtsi>

/*
 * #include <nuvoton/npcx7m6fb.dtsi>
 * #include <nuvoton/npcx7m6fc.dtsi>
 * #include <nuvoton/npcx7m7fc.dtsi>
 */
#include <nuvoton/npcx7m6fc.dtsi>
#include "npcx_evb.dtsi"

&uart1 {
	status = "okay";
	current-speed = <115200>;
	pinctrl-0 = <&altc_uart1_sl2>; /* Use UART1_SL2 ie. PIN64.65 */
};