blob: e378d55e6e9bc62e693df580c0b8a81f05fafd95 [file] [log] [blame]
Tom Riniab06a532025-04-02 08:31:19 -06001// 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};