summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx_evb/npcx_evb.dtsi
blob: 65c1ab7e68ed9dcbd4c2537492276bf1a4dc0e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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.
 */

#include <dt-bindings/gpio_defines.h>

/ {
	model = "Nuvoton NPCX Evaluation Board";

	chosen {
		zephyr,sram = &sram0;
		zephyr,console = &uart1;
		zephyr,shell-uart = &uart1;
		zephyr,flash = &flash0;
	};
};