| 
     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 "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 };
Cache object: c44925cbc1b09ff467fe2e24c5e5a13d 
 
 |