arm: dts: lx2160aqds: add MDIO slots
[oweals/u-boot.git] / arch / arm / dts / am437x-idk-evm-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4  */
5
6 #include "am4372-u-boot.dtsi"
7
8 /{
9         ocp {
10                 u-boot,dm-spl;
11         };
12
13         xtal25mhz: xtal25mhz {
14                 compatible = "fixed-clock";
15                 #clock-cells = <0>;
16                 clock-frequency = <25000000>;
17         };
18 };
19
20 &uart0 {
21         u-boot,dm-spl;
22 };
23
24 &i2c0 {
25         u-boot,dm-spl;
26
27         cdce913: cdce913@65 {
28                 compatible = "ti,cdce913";
29                 reg = <0x65>;
30                 clocks = <&xtal25mhz>;
31                 #clock-cells = <1>;
32                 xtal-load-pf = <0>;
33         };
34 };
35
36 &mmc1 {
37         u-boot,dm-spl;
38 };