1 // SPDX-License-Identifier: GPL-2.0+ 2 /* 3 * Samsung Espresso7420 board device tree source 4 * 5 * Copyright (c) 2016 Samsung Electronics Co., Ltd. 6 * http://www.samsung.com 7 */ 8 9 #include "exynos7420.dtsi" 10 / { 11 model = "Samsung Espresso7420 board based on Exynos7420"; 12 compatible = "samsung,espresso7420", "samsung,exynos7420"; 13 14 aliases { 15 serial2 = "/serial@14C30000"; 16 console = "/serial@14C30000"; 17 pinctrl0 = "/pinctrl@13470000"; 18 }; 19 }; 20 21 &fin_pll { 22 clock-frequency = <24000000>; 23 }; 24