blob: db4910dcb8a7050d5e5121ad4da3b4fc9275b058 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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};