summaryrefslogtreecommitdiff
path: root/zephyr/include/cros/nuvoton/npcx7.dtsi
blob: 0526341e2c5eba1a993d3f05f3728ff4ace3a0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (c) 2021 The Chromium OS Authors
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/dts-v1/;

#include <cros/nuvoton/npcx.dtsi>

/ {

	soc {

		dbg: dbg@400c3074 {
			compatible = "nuvoton,npcx-cros-dbg";
			reg = <0x400c3074 0x0C>;
			pinctrl-0 = <&alt5_njen0_en>;
			label = "DBG";
			status = "disabled";
		};
	};

};