mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
387b89ac98
Add the serial node descriptions similar to Linux v6.4 for the t2080rdb board and its dependencies. Signed-off-by: Camelia Groza <camelia.groza@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
54 lines
1 KiB
Text
54 lines
1 KiB
Text
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* T2080 Silicon/SoC Device Tree Source (post include)
|
|
*
|
|
* Copyright 2013 Freescale Semiconductor Inc.
|
|
* Copyright 2021-2023 NXP
|
|
*
|
|
*/
|
|
&soc {
|
|
|
|
/include/ "qoriq-clockgen2.dtsi"
|
|
/include/ "qoriq-duart-0.dtsi"
|
|
/include/ "qoriq-duart-1.dtsi"
|
|
/include/ "qoriq-gpio-0.dtsi"
|
|
/include/ "qoriq-gpio-1.dtsi"
|
|
/include/ "qoriq-gpio-2.dtsi"
|
|
/include/ "qoriq-gpio-3.dtsi"
|
|
/include/ "qoriq-sec5.2-0.dtsi"
|
|
|
|
/include/ "qoriq-fman3-0.dtsi"
|
|
/include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
|
|
/include/ "qoriq-fman3-0-10g-1-best-effort.dtsi"
|
|
/include/ "qoriq-fman3-0-1g-2.dtsi"
|
|
/include/ "qoriq-fman3-0-1g-3.dtsi"
|
|
/include/ "qoriq-fman3-0-10g-0.dtsi"
|
|
/include/ "qoriq-fman3-0-10g-1.dtsi"
|
|
fman@400000 {
|
|
enet0: ethernet@e0000 {
|
|
};
|
|
|
|
enet1: ethernet@e2000 {
|
|
};
|
|
|
|
enet2: ethernet@e4000 {
|
|
};
|
|
|
|
enet3: ethernet@e6000 {
|
|
};
|
|
|
|
enet6: ethernet@f0000 {
|
|
};
|
|
|
|
enet7: ethernet@f2000 {
|
|
};
|
|
|
|
mdio@fc000 {
|
|
interrupts = <100 1 0 0>;
|
|
};
|
|
|
|
mdio@fd000 {
|
|
interrupts = <101 1 0 0>;
|
|
};
|
|
};
|
|
};
|