repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
26 lines
376 B
Plaintext
26 lines
376 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2019 thingy.jp.
|
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mstar-infinity3-msc313e.dtsi"
|
|
|
|
/ {
|
|
model = "BreadBee";
|
|
compatible = "thingyjp,breadbee", "mstar,infinity3";
|
|
|
|
aliases {
|
|
serial0 = &pm_uart;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&pm_uart {
|
|
status = "okay";
|
|
};
|