stamac Ethernet DTS配置

本文档详细介绍了SNPS DWMAC Ethernet驱动的配置,包括compatible字段、寄存器设置、中断处理、PHY模式、时钟和时钟名称、PTP参考时钟、FIFO深度、突发模式、多队列参数等,旨在帮助理解并配置相关硬件。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

目录

Demo 配置

compatible

reg

interrupts & interrupt-names

phy-mode

phy-handle

Snps,reset-gpio

Snps,reset-active-low

snps,reset- delayed -us

resets & reset-names

max-frame-size

clocks & clock-names

ptp_ref

rx-fifo-depth

tx-fifo-depth

snps,pbl

snps,txpbl

snps,rxpbl

snps,fixed-burst

snps,mixed-burst

snps,force_thresh_dma_mode

snps,force_sf_dma_mode

- snps,en- TX -lpi-clockgating

snps,en- TX -lpi-clockgating

snps,multicast-filter-bins

snps,perfect-filter-entries

snps,ps-speed

snps,tso

AXI总线模式参数

mdio

多个RX队列参数


Demo 配置

Examples:

	stmmac_axi_setup: stmmac-axi-config {
		snps,wr_osr_lmt = <0xf>;
		snps,rd_osr_lmt = <0xf>;
		snps,blen = <256 128 64 32 0 0 0>;
	};

	mtl_rx_setup: rx-queues-config {
		snps,rx-queues-to-use = <1>;
		snps,rx-sched-sp;
		queue0 {
			snps,dcb-algorithm;
			snps,map-to-dma-channel = <0x0>;
			snps,priority = <0x0>;
		};
	};

	mtl_tx_setup: tx-queues-config {
		snps,tx-queues-to-use = <2>;
		snps,tx-sched-wrr;
		queue0 {
			snps,weight = <0x10>;
			snps,dcb-algorithm;
			snps,priority = <0x0>;
		};

		queue1 {
			snps,avb-algorithm;
			s
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

打个工而已

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值