File tree Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change 979
979
ts_cal2: calib@5e {
980
980
reg = <0x5e 0x2>;
981
981
};
982
+ ethernet_mac1_address: mac1@e4 {
983
+ reg = <0xe4 0x6>;
984
+ };
985
+ ethernet_mac2_address: mac2@ea {
986
+ reg = <0xea 0x6>;
987
+ };
982
988
};
983
989
984
990
etzpc: bus@5c007000 {
1505
1511
status = "disabled";
1506
1512
};
1507
1513
1514
+ ethernet1: ethernet@5800a000 {
1515
+ compatible = "st,stm32mp13-dwmac", "snps,dwmac-4.20a";
1516
+ reg = <0x5800a000 0x2000>;
1517
+ reg-names = "stmmaceth";
1518
+ interrupts-extended = <&intc GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>,
1519
+ <&exti 68 1>;
1520
+ interrupt-names = "macirq", "eth_wake_irq";
1521
+ clock-names = "stmmaceth",
1522
+ "mac-clk-tx",
1523
+ "mac-clk-rx",
1524
+ "ethstp",
1525
+ "eth-ck";
1526
+ clocks = <&rcc ETH1MAC>,
1527
+ <&rcc ETH1TX>,
1528
+ <&rcc ETH1RX>,
1529
+ <&rcc ETH1STP>,
1530
+ <&rcc ETH1CK_K>;
1531
+ st,syscon = <&syscfg 0x4 0xff0000>;
1532
+ snps,mixed-burst;
1533
+ snps,pbl = <2>;
1534
+ snps,axi-config = <&stmmac_axi_config_1>;
1535
+ snps,tso;
1536
+ access-controllers = <&etzpc 48>;
1537
+ status = "disabled";
1538
+
1539
+ stmmac_axi_config_1: stmmac-axi-config {
1540
+ snps,blen = <0 0 0 0 16 8 4>;
1541
+ snps,rd_osr_lmt = <0x7>;
1542
+ snps,wr_osr_lmt = <0x7>;
1543
+ };
1544
+ };
1545
+
1508
1546
usbphyc: usbphyc@5a006000 {
1509
1547
#address-cells = <1>;
1510
1548
#size-cells = <0>;
Original file line number Diff line number Diff line change 68
68
};
69
69
};
70
70
};
71
+
72
+ ethernet2: ethernet@5800e000 {
73
+ compatible = "st,stm32mp13-dwmac", "snps,dwmac-4.20a";
74
+ reg = <0x5800e000 0x2000>;
75
+ reg-names = "stmmaceth";
76
+ interrupts-extended = <&intc GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
77
+ interrupt-names = "macirq";
78
+ clock-names = "stmmaceth",
79
+ "mac-clk-tx",
80
+ "mac-clk-rx",
81
+ "ethstp",
82
+ "eth-ck";
83
+ clocks = <&rcc ETH2MAC>,
84
+ <&rcc ETH2TX>,
85
+ <&rcc ETH2RX>,
86
+ <&rcc ETH2STP>,
87
+ <&rcc ETH2CK_K>;
88
+ st,syscon = <&syscfg 0x4 0xff000000>;
89
+ snps,mixed-burst;
90
+ snps,pbl = <2>;
91
+ snps,axi-config = <&stmmac_axi_config_2>;
92
+ snps,tso;
93
+ access-controllers = <&etzpc 49>;
94
+ status = "disabled";
95
+
96
+ stmmac_axi_config_2: stmmac-axi-config {
97
+ snps,blen = <0 0 0 0 16 8 4>;
98
+ snps,rd_osr_lmt = <0x7>;
99
+ snps,wr_osr_lmt = <0x7>;
100
+ };
101
+ };
71
102
};
You can’t perform that action at this time.
0 commit comments