board: ti: am335x-ice: Configure the CDCE913 clock synthesizer
[oweals/u-boot.git] / arch / arm / dts / am335x-icev2-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4  */
5 / {
6         xtal25mhz: xtal25mhz {
7                 compatible = "fixed-clock";
8                 #clock-cells = <0>;
9                 clock-frequency = <25000000>;
10         };
11 };
12
13 &i2c0 {
14         cdce913: cdce913@65 {
15                 compatible = "ti,cdce913";
16                 reg = <0x65>;
17                 clocks = <&xtal25mhz>;
18                 #clock-cells = <1>;
19                 xtal-load-pf = <0>;
20         };
21 };