1f93401c8530d5f160073bb30be9900334536ea2
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / infinity3-msc313e-breadbee.dts
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 };