xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-14x14-evk.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Copyright (C) 2016 Freescale Semiconductor, Inc.
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/dts-v1/;
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot#include "imx6ull.dtsi"
8*f126890aSEmmanuel Vadot#include "imx6ul-14x14-evk.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Freescale i.MX6 UltraLiteLite 14x14 EVK Board";
12*f126890aSEmmanuel Vadot	compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull";
13*f126890aSEmmanuel Vadot};
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot&clks {
16*f126890aSEmmanuel Vadot	assigned-clocks = <&clks IMX6UL_CLK_PLL3_PFD2>;
17*f126890aSEmmanuel Vadot	assigned-clock-rates = <320000000>;
18*f126890aSEmmanuel Vadot};
19