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-infinity-msc313.dtsi" 9 #include "mstar-infinity-breadbee-common.dtsi" 10 11 / { 12 model = "BreadBee Crust"; 13 compatible = "thingyjp,breadbee-crust", "mstar,infinity"; 14 15 aliases { 16 serial0 = &pm_uart; 17 }; 18 19 chosen { 20 stdout-path = "serial0:115200n8"; 21 }; 22 }; 23 24 &pm_uart { 25 status = "okay"; 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.