Visible to Intel only — GUID: mwh1410561652956
Ixiasoft
1.2.1. Prerequisites
1.2.2. Getting Started
1.2.3. Generating the Initial HDL in Platform Designer (Standard)
1.2.4. Top Level Routing
1.2.5. Timing Constraint Configuration
1.2.6. Adding Pin Assignments in Intel® Quartus® Prime Standard Edition
1.2.7. Hardware Programming File Compilation and Generation
1.2.8. SD Card Image Updates
1.2.9. Board Setup and Booting Linux from the SD Card
Visible to Intel only — GUID: mwh1410561652956
Ixiasoft
1.2.8.3. Device Tree Setup
Generate the device tree. EMAC0 is enabled in the device tree source, as shown below, and the I2C0 code source maintains its default settings.
aliases {
ethernet0 = "/soc/ethernet@ff700000";
};
ethernet@ff700000 {
compatible = "altr,socfpga-stmmac","snps,dwmac-3.70a", "snps,dwmac";
reg = <0xff700000 0x2000>;
interrupts = <0x0 0x73 0x4>;
interrupt-names = "macirq";
mac-address = [00 00 00 00 00 00];
clocks = <0xd>;
clock-names = "stmmaceth";
status = "okay";
phy-mode = "mii";
phy-add r= <0xffffffff>;
snsp,
};
Related Information