Tom Rini | ab06a53 | 2025-04-02 08:31:19 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
2 | /* | ||||
3 | * Device Tree Source for the RZ SMARC Carrier-II Board. | ||||
4 | * | ||||
5 | * Copyright (C) 2024 Renesas Electronics Corp. | ||||
6 | */ | ||||
7 | |||||
8 | / { | ||||
9 | model = "Renesas RZ SMARC Carrier-II Board"; | ||||
10 | compatible = "renesas,smarc2-evk"; | ||||
11 | |||||
12 | chosen { | ||||
13 | bootargs = "ignore_loglevel"; | ||||
14 | stdout-path = "serial3:115200n8"; | ||||
15 | }; | ||||
16 | |||||
17 | aliases { | ||||
18 | serial3 = &scif0; | ||||
19 | }; | ||||
20 | }; | ||||
21 | |||||
22 | &scif0 { | ||||
23 | status = "okay"; | ||||
24 | }; |