blob: d0ce469f91896caeee79ef4a7919ffdf7dbe277f [file] [log] [blame]
Tero Kristoe8e683d2019-09-27 19:14:27 +03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4 */
5#include "omap5-u-boot.dtsi"
Keerthy57172942022-01-27 13:16:59 +01006#include "dra7-ipu-common-early-boot.dtsi"
Tero Kristoe8e683d2019-09-27 19:14:27 +03007
8/ {
9 xtal25mhz: xtal25mhz {
10 compatible = "fixed-clock";
11 #clock-cells = <0>;
12 clock-frequency = <25000000>;
13 };
14};
15
16&i2c1 {
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};