1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2/* 3 * Device Tree Source for the RZ/G2L SMARC EVK common parts 4 * 5 * Copyright (C) 2021 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/gpio/gpio.h> 9 10/ { 11 aliases { 12 serial0 = &scif0; 13 }; 14 15 chosen { 16 bootargs = "ignore_loglevel"; 17 stdout-path = "serial0:115200n8"; 18 }; 19}; 20 21&extal_clk { 22 clock-frequency = <24000000>; 23}; 24 25&scif0 { 26 status = "okay"; 27}; 28