Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / arch / mips / boot / dts / mscc / luton_pcb091.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2020 Microsemi Corporation
4  */
5
6 /dts-v1/;
7
8 #include "luton.dtsi"
9
10 / {
11         model = "Luton10 PCB091 Reference Board";
12         compatible = "mscc,luton-pcb091", "mscc,luton";
13
14         aliases {
15                 serial0 = &uart0;
16         };
17
18         chosen {
19                 stdout-path = "serial0:115200n8";
20         };
21 };
22
23 &uart0 {
24         status = "okay";
25 };
26
27 &i2c0 {
28         status = "okay";
29         i2c-sda-hold-time-ns = <300>;
30 };