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.10 25 lines 376 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2019 thingy.jp. 4 * Author: Daniel Palmer <daniel@thingy.jp> 5 */ 6 7/dts-v1/; 8#include "mstar-infinity3-msc313e.dtsi" 9 10/ { 11 model = "BreadBee"; 12 compatible = "thingyjp,breadbee", "mstar,infinity3"; 13 14 aliases { 15 serial0 = &pm_uart; 16 }; 17 18 chosen { 19 stdout-path = "serial0:115200n8"; 20 }; 21}; 22 23&pm_uart { 24 status = "okay"; 25};