blob: ac1feaa9d9f69b79211f34c44af1008a5aed30ca [file] [log] [blame]
Tero Kristo67f79e72019-09-27 19:14:29 +03001// SPDX-License-Identifier: GPL-2.0+
2/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
Tero Kristo67f79e72019-09-27 19:14:29 +03004 */
Dario Binacchi2180d802020-12-30 00:06:37 +01005
6#include "am33xx-u-boot.dtsi"
7
Tero Kristo67f79e72019-09-27 19:14:29 +03008/ {
9 xtal25mhz: xtal25mhz {
10 compatible = "fixed-clock";
11 #clock-cells = <0>;
12 clock-frequency = <25000000>;
13 };
14};
15
16&i2c0 {
17 cdce913: cdce913@65 {
18 compatible = "ti,cdce913";
19 reg = <0x65>;
20 clocks = <&xtal25mhz>;
21 #clock-cells = <1>;
22 xtal-load-pf = <0>;
23 };
24};