Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // 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 | }; |