// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) /* * Device Tree Source for the RZ/G2UL SMARC SOM common parts * * Copyright (C) 2022 Renesas Electronics Corp. */ #include #include / { chosen { bootargs = "ignore_loglevel"; }; memory@48000000 { device_type = "memory"; /* first 128MB is reserved for secure area. */ reg = <0x0 0x48000000 0x0 0x38000000>; }; }; &extal_clk { clock-frequency = <24000000>; };