/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 4 $id: http://devicetree.org/schemas/net/snps,dwmac.yaml# 23 - snps,dwmac 24 - snps,dwmac-3.40a 25 - snps,dwmac-3.50a 26 - snps,dwmac-3.610 27 - snps,dwmac-3.70a 28 - snps,dwmac-3.710 29 - snps,dwmac-4.00 30 - snps,dwmac-4.10a 31 - snps,dwmac-4.20a [all …]
|
D | intel,dwmac-plat.yaml | 22 - $ref: snps,dwmac.yaml# 30 - const: snps,dwmac-4.10a 62 snps,lpi_en; 63 snps,wr_osr_lmt = <0x0>; 64 snps,rd_osr_lmt = <0x2>; 65 snps,blen = <0 0 0 0 16 8 4>; 69 snps,rx-queues-to-use = <2>; 70 snps,rx-sched-sp; 72 snps,dcb-algorithm; 73 snps,map-to-dma-channel = <0x0>; [all …]
|
D | starfive,jh7110-dwmac.yaml | 29 - const: snps,dwmac 32 - const: snps,dwmac-5.20 36 - const: snps,dwmac-5.20 85 - $ref: snps,dwmac.yaml# 148 compatible = "starfive,jh7110-dwmac", "snps,dwmac-5.20"; 159 snps,multicast-filter-bins = <64>; 160 snps,perfect-filter-entries = <8>; 163 snps,fixed-burst; 164 snps,no-pbl-x8; 165 snps,tso; [all …]
|
D | snps,dwc-qos-ethernet.txt | 14 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10" 16 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10" 18 - "snps,dwc-qos-ethernet-4.10" 20 "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10". It is supported to be 72 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10": 78 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10": 83 - "snps,dwc-qos-ethernet-4.10" (deprecated): 97 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10": 99 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10": 101 - "snps,dwc-qos-ethernet-4.10" (deprecated): [all …]
|
D | stm32-dwmac.yaml | 17 # We need a select here so we don't match all nodes with 'snps,dwmac' 36 - const: snps,dwmac-5.20 41 - const: snps,dwmac-4.20a 45 - const: snps,dwmac-4.10a 49 - const: snps,dwmac-3.50a 123 - $ref: snps,dwmac.yaml# 158 compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a"; 174 snps,pbl = <2>; 175 snps,axi-config = <&stmmac_axi_config_0>; 176 snps,tso; [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sa8540p-ride.dts | 155 snps,mtl-rx-config = <ðernet0_mtl_rx_setup>; 156 snps,mtl-tx-config = <ðernet0_mtl_tx_setup>; 168 compatible = "snps,dwmac-mdio"; 197 snps,rx-queues-to-use = <1>; 198 snps,rx-sched-sp; 201 snps,dcb-algorithm; 202 snps,map-to-dma-channel = <0x0>; 203 snps,route-up; 204 snps,priority = <0x1>; 208 snps,dcb-algorithm; [all …]
|
D | sa8775p-ride.dtsi | 269 snps,mtl-rx-config = <&mtl_rx_setup>; 270 snps,mtl-tx-config = <&mtl_tx_setup>; 271 snps,ps-speed = <1000>; 276 compatible = "snps,dwmac-mdio"; 282 snps,rx-queues-to-use = <4>; 283 snps,rx-sched-sp; 286 snps,dcb-algorithm; 287 snps,map-to-dma-channel = <0x0>; 288 snps,route-up; 289 snps,priority = <0x1>; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 4 $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml# 35 - const: snps,dwc3 112 snps,usb2-lpm-disable: 117 snps,usb3_lpm_capable: 121 snps,usb2-gadget-lpm-disable: 126 snps,dis-start-transfer-quirk: 132 snps,disable_scramble_quirk: 138 snps,has-lpm-erratum: 142 snps,lpm-nyet-threshold: 146 snps,u2exit_lfps_quirk: [all …]
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 99 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup() 109 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup() 110 axi->axi_xit_frm = of_property_read_bool(np, "snps,xit_frm"); in stmmac_axi_setup() 111 axi->axi_kbbe = of_property_read_bool(np, "snps,kbbe"); in stmmac_axi_setup() 112 axi->axi_fb = of_property_read_bool(np, "snps,fb"); in stmmac_axi_setup() 113 axi->axi_mb = of_property_read_bool(np, "snps,mb"); in stmmac_axi_setup() 114 axi->axi_rb = of_property_read_bool(np, "snps,rb"); in stmmac_axi_setup() 116 if (of_property_read_u32(np, "snps,wr_osr_lmt", &axi->axi_wr_osr_lmt)) in stmmac_axi_setup() 118 if (of_property_read_u32(np, "snps,rd_osr_lmt", &axi->axi_rd_osr_lmt)) in stmmac_axi_setup() 120 of_property_read_u32_array(np, "snps,blen", axi->axi_blen, AXI_BLEN); in stmmac_axi_setup() [all …]
|
D | dwmac-generic.c | 54 { .compatible = "snps,dwmac-3.40a"}, 55 { .compatible = "snps,dwmac-3.50a"}, 56 { .compatible = "snps,dwmac-3.610"}, 57 { .compatible = "snps,dwmac-3.70a"}, 58 { .compatible = "snps,dwmac-3.710"}, 59 { .compatible = "snps,dwmac-4.00"}, 60 { .compatible = "snps,dwmac-4.10a"}, 61 { .compatible = "snps,dwmac"}, 62 { .compatible = "snps,dwxgmac-2.10"}, 63 { .compatible = "snps,dwxgmac"},
|
/linux-6.12.1/arch/arc/boot/dts/ |
D | hsdk.dts | 12 #include <dt-bindings/reset/snps,hsdk-reset.h> 15 model = "snps,hsdk"; 16 compatible = "snps,hsdk"; 35 compatible = "snps,archs38"; 42 compatible = "snps,archs38"; 49 compatible = "snps,archs38"; 56 compatible = "snps,archs38"; 77 compatible = "snps,archs-intc"; 83 compatible = "snps,archs-idu-intc"; 90 compatible = "snps,archs-pct"; [all …]
|
D | axs10x_mb.dtsi | 21 compatible = "snps,axs10x-reset"; 27 compatible = "snps,axs10x-i2s-pll-clock"; 67 compatible = "snps,axs10x-pgu-pll-clock"; 75 compatible = "snps,dwmac"; 80 snps,pbl = < 32 >; 81 snps,multicast-filter-bins = <256>; 116 * "snps,dw-mshc" should be enough for all users of DW MMC once 132 compatible = "snps,dw-apb-uart"; 142 compatible = "snps,dw-apb-uart"; 153 compatible = "snps,dw-apb-uart"; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/ |
D | snps,dw-axi-dmac.yaml | 4 $id: http://devicetree.org/schemas/dma/snps,dw-axi-dmac.yaml# 21 - snps,axi-dma-1.01a 66 snps,dma-masters: 72 snps,data-width: 79 snps,priority: 86 snps,block-size: 93 snps,axi-max-burst-len: 110 - snps,dma-masters 111 - snps,data-width 112 - snps,priority [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mp-beacon-som.dtsi | 52 snps,force_thresh_dma_mode; 53 snps,mtl-rx-config = <&mtl_rx_setup>; 54 snps,mtl-tx-config = <&mtl_tx_setup>; 58 compatible = "snps,dwmac-mdio"; 73 snps,rx-queues-to-use = <5>; 76 snps,dcb-algorithm; 77 snps,priority = <0x1>; 78 snps,map-to-dma-channel = <0>; 82 snps,dcb-algorithm; 83 snps,priority = <0x2>; [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex5.dtsi | 151 compatible = "snps,designware-i2c"; 162 compatible = "snps,designware-i2c"; 173 compatible = "snps,designware-i2c"; 184 compatible = "snps,designware-i2c"; 195 compatible = "snps,designware-i2c"; 206 compatible = "snps,dw-i3c-master-1.00a"; 216 compatible = "snps,dw-i3c-master-1.00a"; 226 compatible = "snps,dw-apb-gpio"; 234 compatible = "snps,dw-apb-gpio-port"; 238 snps,nr-gpios = <24>; [all …]
|
D | socfpga_agilex.dtsi | 167 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 176 snps,multicast-filter-bins = <256>; 185 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 194 snps,multicast-filter-bins = <256>; 203 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 212 snps,multicast-filter-bins = <256>; 223 compatible = "snps,dw-apb-gpio"; 229 compatible = "snps,dw-apb-gpio-port"; 232 snps,nr-gpios = <24>; 243 compatible = "snps,dw-apb-gpio"; [all …]
|
/linux-6.12.1/arch/riscv/boot/dts/sophgo/ |
D | cv18xx.dtsi | 65 compatible = "snps,dw-apb-gpio"; 71 compatible = "snps,dw-apb-gpio-port"; 83 compatible = "snps,dw-apb-gpio"; 89 compatible = "snps,dw-apb-gpio-port"; 101 compatible = "snps,dw-apb-gpio"; 107 compatible = "snps,dw-apb-gpio-port"; 119 compatible = "snps,dw-apb-gpio"; 125 compatible = "snps,dw-apb-gpio-port"; 137 compatible = "snps,designware-i2c"; 148 compatible = "snps,designware-i2c"; [all …]
|
/linux-6.12.1/arch/arm/boot/dts/synaptics/ |
D | berlin2cd.dtsi | 175 compatible = "snps,dw-apb-gpio"; 181 compatible = "snps,dw-apb-gpio-port"; 193 compatible = "snps,dw-apb-gpio"; 199 compatible = "snps,dw-apb-gpio-port"; 211 compatible = "snps,dw-apb-gpio"; 217 compatible = "snps,dw-apb-gpio-port"; 229 compatible = "snps,dw-apb-gpio"; 235 compatible = "snps,dw-apb-gpio-port"; 247 compatible = "snps,designware-i2c"; 257 compatible = "snps,designware-i2c"; [all …]
|
D | berlin2.dtsi | 185 compatible = "snps,dw-apb-gpio"; 191 compatible = "snps,dw-apb-gpio-port"; 203 compatible = "snps,dw-apb-gpio"; 209 compatible = "snps,dw-apb-gpio-port"; 221 compatible = "snps,dw-apb-gpio"; 227 compatible = "snps,dw-apb-gpio-port"; 239 compatible = "snps,dw-apb-gpio"; 245 compatible = "snps,dw-apb-gpio-port"; 257 compatible = "snps,dw-apb-timer"; 266 compatible = "snps,dw-apb-timer"; [all …]
|
D | berlin2q.dtsi | 246 compatible = "snps,dw-apb-gpio"; 252 compatible = "snps,dw-apb-gpio-port"; 264 compatible = "snps,dw-apb-gpio"; 270 compatible = "snps,dw-apb-gpio-port"; 282 compatible = "snps,dw-apb-gpio"; 288 compatible = "snps,dw-apb-gpio-port"; 300 compatible = "snps,dw-apb-gpio"; 306 compatible = "snps,dw-apb-gpio-port"; 318 compatible = "snps,designware-i2c"; 330 compatible = "snps,designware-i2c"; [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/st/ |
D | stm32mp253.dtsi | 47 compatible = "st,stm32mp25-dwmac", "snps,dwmac-5.20"; 64 snps,axi-config = <&stmmac_axi_config_2>; 65 snps,mixed-burst; 66 snps,mtl-rx-config = <&mtl_rx_setup_2>; 67 snps,mtl-tx-config = <&mtl_tx_setup_2>; 68 snps,pbl = <2>; 69 snps,tso; 75 snps,rx-queues-to-use = <2>; 81 snps,tx-queues-to-use = <4>; 89 snps,blen = <0 0 0 0 16 8 4>; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/ata/ |
D | snps,dwc-ahci.yaml | 4 $id: http://devicetree.org/schemas/ata/snps,dwc-ahci.yaml# 20 - snps,dwc-ahci 21 - snps,spear-ahci 26 - $ref: snps,dwc-ahci-common.yaml# 32 const: snps,dwc-ahci 34 const: snps,spear-ahci 38 $ref: /schemas/ata/snps,dwc-ahci-common.yaml#/$defs/dwc-ahci-port 55 compatible = "snps,dwc-ahci"; 75 snps,tx-ts-max = <512>; 76 snps,rx-ts-max = <512>;
|
/linux-6.12.1/arch/arm/boot/dts/intel/socfpga/ |
D | socfpga_arria10.dtsi | 423 snps,wr_osr_lmt = <0xf>; 424 snps,rd_osr_lmt = <0xf>; 425 snps,blen = <0 0 0 0 16 0 0>; 429 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac"; 436 snps,multicast-filter-bins = <256>; 437 snps,perfect-filter-entries = <128>; 444 snps,axi-config = <&socfpga_axi_setup>; 449 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac"; 456 snps,multicast-filter-bins = <256>; 457 snps,perfect-filter-entries = <128>; [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/synaptics/ |
D | berlin4ct.dtsi | 136 compatible = "snps,dw-apb-gpio"; 142 compatible = "snps,dw-apb-gpio-port"; 154 compatible = "snps,dw-apb-gpio"; 160 compatible = "snps,dw-apb-gpio-port"; 172 compatible = "snps,dw-apb-gpio"; 178 compatible = "snps,dw-apb-gpio-port"; 190 compatible = "snps,dw-apb-gpio"; 196 compatible = "snps,dw-apb-gpio-port"; 208 compatible = "snps,dw-apb-ictl"; 235 compatible = "snps,dw-apb-ictl"; [all …]
|
/linux-6.12.1/arch/riscv/boot/dts/thead/ |
D | th1520.dtsi | 250 compatible = "thead,th1520-spi", "snps,dw-apb-ssi"; 260 compatible = "snps,dw-apb-uart"; 298 compatible = "snps,dw-apb-uart"; 309 compatible = "snps,dw-apb-uart"; 320 compatible = "snps,dw-apb-gpio"; 327 compatible = "snps,dw-apb-gpio-port"; 339 compatible = "snps,dw-apb-gpio"; 346 compatible = "snps,dw-apb-gpio-port"; 358 compatible = "snps,dw-apb-gpio"; 365 compatible = "snps,dw-apb-gpio-port"; [all …]
|