Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 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 | }; |