Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[linux-2.6-microblaze.git] / arch / arm / boot / dts / suniv-f1c100s-licheepi-nano.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR X11)
2 /*
3  * Copyright 2018 Icenowy Zheng <icenowy@aosc.io>
4  */
5
6 /dts-v1/;
7 #include "suniv-f1c100s.dtsi"
8
9 / {
10         model = "Lichee Pi Nano";
11         compatible = "licheepi,licheepi-nano", "allwinner,suniv-f1c100s";
12
13         aliases {
14                 serial0 = &uart0;
15         };
16
17         chosen {
18                 stdout-path = "serial0:115200n8";
19         };
20 };
21
22 &uart0 {
23         pinctrl-names = "default";
24         pinctrl-0 = <&uart0_pe_pins>;
25         status = "okay";
26 };