Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-client
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / freescale / fsl-lx2160a-clearfog-itx.dtsi
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 //
3 // Device Tree file for LX2160A Clearfog ITX board; this contains the
4 // common parts shared between the Clearfog CX and Honeycomb builds.
5 //
6 // Copyright 2019 SolidRun Ltd.
7
8 /dts-v1/;
9
10 #include "fsl-lx2160a-cex7.dtsi"
11
12 / {
13         aliases {
14                 serial0 = &uart0;
15                 serial1 = &uart1;
16         };
17
18         chosen {
19                 stdout-path = "serial0:115200n8";
20         };
21 };
22
23 &emdio2 {
24         status = "okay";
25 };
26
27 &esdhc0 {
28         sd-uhs-sdr104;
29         sd-uhs-sdr50;
30         sd-uhs-sdr25;
31         sd-uhs-sdr12;
32         status = "okay";
33 };
34
35 &sata0 {
36         status = "okay";
37 };
38
39 &sata1 {
40         status = "okay";
41 };
42
43 &sata2 {
44         status = "okay";
45 };
46
47 &sata3 {
48         status = "okay";
49 };
50
51 &uart0 {
52         status = "okay";
53 };
54
55 &uart1 {
56         status = "okay";
57 };