blob: 74aaa8a56a3de8b4f38b31b71d7c6836c021e7fb [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2//
3// Copyright (C) 2016 Freescale Semiconductor, Inc.
4
5/dts-v1/;
6
7#include "imx6ull.dtsi"
8#include "imx6ul-14x14-evk.dtsi"
9
10/ {
11 model = "Freescale i.MX6 UltraLiteLite 14x14 EVK Board";
12 compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull";
13};
14
15&clks {
16 assigned-clocks = <&clks IMX6UL_CLK_PLL3_PFD2>;
17 assigned-clock-rates = <320000000>;
18};