2019-12-30 09:46:21 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
2022-03-24 06:20:26 +00:00
|
|
|
* Copyright 2019, 2021 NXP
|
2019-12-30 09:46:21 +00:00
|
|
|
*/
|
|
|
|
|
2021-07-07 12:57:57 +00:00
|
|
|
#include "imx8mp-u-boot.dtsi"
|
2021-04-06 03:59:02 +00:00
|
|
|
|
2021-07-07 12:57:57 +00:00
|
|
|
/ {
|
2020-04-29 13:04:26 +00:00
|
|
|
wdt-reboot {
|
|
|
|
compatible = "wdt-reboot";
|
|
|
|
wdt = <&wdog1>;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-04-29 13:04:26 +00:00
|
|
|
};
|
2021-03-25 09:30:33 +00:00
|
|
|
firmware {
|
|
|
|
optee {
|
|
|
|
compatible = "linaro,optee-tz";
|
|
|
|
method = "smc";
|
|
|
|
};
|
|
|
|
};
|
2020-04-29 13:04:26 +00:00
|
|
|
};
|
|
|
|
|
2020-12-05 17:29:17 +00:00
|
|
|
®_usdhc2_vmmc {
|
|
|
|
u-boot,off-on-delay-us = <20000>;
|
|
|
|
};
|
|
|
|
|
2019-12-30 09:46:21 +00:00
|
|
|
®_usdhc2_vmmc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2_gpio {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
2022-05-05 11:05:59 +00:00
|
|
|
&pinctrl_wdog {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-05-05 11:05:59 +00:00
|
|
|
};
|
|
|
|
|
2019-12-30 09:46:21 +00:00
|
|
|
&gpio1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio5 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
2022-03-24 06:20:26 +00:00
|
|
|
&crypto {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-03-24 06:20:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sec_jr0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-03-24 06:20:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sec_jr1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-03-24 06:20:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sec_jr2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-03-24 06:20:26 +00:00
|
|
|
};
|
|
|
|
|
2019-12-30 09:46:21 +00:00
|
|
|
&i2c1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c5 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c6 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-12-05 17:29:18 +00:00
|
|
|
sd-uhs-sdr104;
|
|
|
|
sd-uhs-ddr50;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-12-05 17:29:18 +00:00
|
|
|
mmc-hs400-1_8v;
|
|
|
|
mmc-hs400-enhanced-strobe;
|
2019-12-30 09:46:21 +00:00
|
|
|
};
|
2020-04-29 13:04:26 +00:00
|
|
|
|
|
|
|
&wdog1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-04-29 13:04:26 +00:00
|
|
|
};
|
2020-12-25 08:16:34 +00:00
|
|
|
|
2021-08-16 10:44:28 +00:00
|
|
|
ðphy0 {
|
|
|
|
reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
|
|
|
|
reset-delay-us = <15000>;
|
|
|
|
reset-post-delay-us = <100000>;
|
|
|
|
};
|
|
|
|
|
2020-12-25 08:16:34 +00:00
|
|
|
&fec {
|
|
|
|
phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
|
2021-02-19 06:33:48 +00:00
|
|
|
phy-reset-duration = <15>;
|
|
|
|
phy-reset-post-delay = <100>;
|
2020-12-25 08:16:34 +00:00
|
|
|
};
|
2021-04-06 03:59:02 +00:00
|
|
|
|
|
|
|
|