mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
powerpc: dts: t1042d4rdb: add FMan v3 nodes
Add the FMan v3 nodes for the T1042D4RDB. The nodes are copied over with little modification from the Linux kernel source code. Signed-off-by: Camelia Groza <camelia.groza@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
committed by
Priyanka Jain
parent
19d65d1aac
commit
d640abf9c8
@@ -3,7 +3,7 @@
|
|||||||
* T1042D4RDB Device Tree Source
|
* T1042D4RDB Device Tree Source
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2015 Freescale Semiconductor Inc.
|
* Copyright 2013 - 2015 Freescale Semiconductor Inc.
|
||||||
* Copyright 2019 NXP
|
* Copyright 2019-2021 NXP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/include/ "t104x.dtsi"
|
/include/ "t104x.dtsi"
|
||||||
@@ -20,6 +20,57 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&soc {
|
||||||
|
fman0: fman@400000 {
|
||||||
|
ethernet@e0000 {
|
||||||
|
phy-handle = <&phy_sgmii_0>;
|
||||||
|
phy-connection-type = "sgmii";
|
||||||
|
};
|
||||||
|
|
||||||
|
ethernet@e2000 {
|
||||||
|
phy-handle = <&phy_sgmii_1>;
|
||||||
|
phy-connection-type = "sgmii";
|
||||||
|
};
|
||||||
|
|
||||||
|
ethernet@e4000 {
|
||||||
|
phy-handle = <&phy_sgmii_2>;
|
||||||
|
phy-connection-type = "sgmii";
|
||||||
|
};
|
||||||
|
|
||||||
|
ethernet@e6000 {
|
||||||
|
phy-handle = <&phy_rgmii_0>;
|
||||||
|
phy-connection-type = "rgmii";
|
||||||
|
};
|
||||||
|
|
||||||
|
ethernet@e8000 {
|
||||||
|
phy-handle = <&phy_rgmii_1>;
|
||||||
|
phy-connection-type = "rgmii";
|
||||||
|
};
|
||||||
|
|
||||||
|
mdio0: mdio@fc000 {
|
||||||
|
phy_sgmii_0: ethernet-phy@2 {
|
||||||
|
reg = <0x02>;
|
||||||
|
};
|
||||||
|
|
||||||
|
phy_sgmii_1: ethernet-phy@3 {
|
||||||
|
reg = <0x03>;
|
||||||
|
};
|
||||||
|
|
||||||
|
phy_sgmii_2: ethernet-phy@1 {
|
||||||
|
reg = <0x01>;
|
||||||
|
};
|
||||||
|
|
||||||
|
phy_rgmii_0: ethernet-phy@4 {
|
||||||
|
reg = <0x04>;
|
||||||
|
};
|
||||||
|
|
||||||
|
phy_rgmii_1: ethernet-phy@5 {
|
||||||
|
reg = <0x05>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&espi0 {
|
&espi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
flash@0 {
|
flash@0 {
|
||||||
@@ -30,3 +81,5 @@
|
|||||||
spi-max-frequency = <10000000>; /* input clock */
|
spi-max-frequency = <10000000>; /* input clock */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/include/ "t1042si-post.dtsi"
|
||||||
|
Reference in New Issue
Block a user