Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4-rc5 39 lines 524 B view raw
1// SPDX-License-Identifier: GPL-2.0 2// Copyright (c) 2018 Nuvoton Technology tomer.maimon@nuvoton.com 3// Copyright 2018 Google, Inc. 4 5/dts-v1/; 6#include "nuvoton-npcm750.dtsi" 7 8/ { 9 model = "Nuvoton npcm750 Development Board (Device Tree)"; 10 compatible = "nuvoton,npcm750"; 11 12 chosen { 13 stdout-path = &serial3; 14 }; 15 16 memory { 17 reg = <0 0x40000000>; 18 }; 19}; 20 21&watchdog1 { 22 status = "okay"; 23}; 24 25&serial0 { 26 status = "okay"; 27}; 28 29&serial1 { 30 status = "okay"; 31}; 32 33&serial2 { 34 status = "okay"; 35}; 36 37&serial3 { 38 status = "okay"; 39};