2018-05-06 17:58:06 -04:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2018-03-26 13:27:02 +05:30
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*/
|
|
|
|
|
2018-12-04 11:30:52 +01:00
|
|
|
#include "am4372-u-boot.dtsi"
|
|
|
|
|
2018-03-26 13:27:02 +05:30
|
|
|
/{
|
|
|
|
ocp {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-03-26 13:27:02 +05:30
|
|
|
};
|
2019-09-27 19:14:28 +03:00
|
|
|
|
|
|
|
xtal25mhz: xtal25mhz {
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
#clock-cells = <0>;
|
|
|
|
clock-frequency = <25000000>;
|
|
|
|
};
|
2018-03-26 13:27:02 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-03-26 13:27:02 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2019-09-27 19:14:28 +03:00
|
|
|
|
|
|
|
cdce913: cdce913@65 {
|
|
|
|
compatible = "ti,cdce913";
|
|
|
|
reg = <0x65>;
|
|
|
|
clocks = <&xtal25mhz>;
|
|
|
|
#clock-cells = <1>;
|
|
|
|
xtal-load-pf = <0>;
|
|
|
|
};
|
2018-03-26 13:27:02 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&mmc1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-03-26 13:27:02 +05:30
|
|
|
};
|