Merge tag 'hwlock-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / mstar-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 "mstar-infinity3-msc313e.dtsi"
9 #include "mstar-infinity-breadbee-common.dtsi"
10
11 / {
12         model = "BreadBee";
13         compatible = "thingyjp,breadbee", "mstar,infinity3";
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 };