mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
f6320e326f
Since the dtsi/dts files have been moved some includes are now broken so this fixes up the includes so the dtbs build again. Link: https://lore.kernel.org/r/20201002133418.2250277-6-daniel@0x0f.com Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Olof Johansson <olof@lixom.net>
26 lines
385 B
Plaintext
26 lines
385 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2019 thingy.jp.
|
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mstar-infinity-msc313.dtsi"
|
|
|
|
/ {
|
|
model = "BreadBee Crust";
|
|
compatible = "thingyjp,breadbee-crust", "mstar,infinity";
|
|
|
|
aliases {
|
|
serial0 = &pm_uart;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&pm_uart {
|
|
status = "okay";
|
|
};
|