/linux-6.8/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 | 28 - const: snps,dwmac-5.20 95 - $ref: snps,dwmac.yaml# 102 compatible = "starfive,jh7110-dwmac", "snps,dwmac-5.20"; 113 snps,multicast-filter-bins = <64>; 114 snps,perfect-filter-entries = <8>; 117 snps,fixed-burst; 118 snps,no-pbl-x8; 119 snps,tso; 120 snps,force_thresh_dma_mode; 121 snps,axi-config = <&stmmac_axi_setup>; [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' 29 - $ref: snps,dwmac.yaml# 37 - const: snps,dwmac-4.20a 41 - const: snps,dwmac-4.10a 45 - const: snps,dwmac-3.50a 112 compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a"; 128 snps,pbl = <2>; 129 snps,axi-config = <&stmmac_axi_config_0>; 130 snps,tso; 137 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; [all …]
|
/linux-6.8/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.dts | 273 snps,mtl-rx-config = <&mtl_rx_setup>; 274 snps,mtl-tx-config = <&mtl_tx_setup>; 275 snps,ps-speed = <1000>; 280 compatible = "snps,dwmac-mdio"; 306 snps,rx-queues-to-use = <4>; 307 snps,rx-sched-sp; 310 snps,dcb-algorithm; 311 snps,map-to-dma-channel = <0x0>; 312 snps,route-up; 313 snps,priority = <0x1>; [all …]
|
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 4 $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml# 35 - const: snps,dwc3 111 snps,usb2-lpm-disable: 116 snps,usb3_lpm_capable: 120 snps,usb2-gadget-lpm-disable: 125 snps,dis-start-transfer-quirk: 131 snps,disable_scramble_quirk: 137 snps,has-lpm-erratum: 141 snps,lpm-nyet-threshold: 145 snps,u2exit_lfps_quirk: [all …]
|
/linux-6.8/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.8/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.8/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 65 snps,dma-masters: 71 snps,data-width: 78 snps,priority: 85 snps,block-size: 92 snps,axi-max-burst-len: 109 - snps,dma-masters 110 - snps,data-width 111 - snps,priority [all …]
|
/linux-6.8/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.8/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.8/arch/riscv/boot/dts/thead/ |
D | th1520.dtsi | 187 compatible = "snps,dw-apb-uart"; 197 compatible = "snps,dw-apb-uart"; 207 compatible = "snps,dw-apb-uart"; 217 compatible = "snps,dw-apb-gpio"; 223 compatible = "snps,dw-apb-gpio-port"; 235 compatible = "snps,dw-apb-gpio"; 241 compatible = "snps,dw-apb-gpio-port"; 253 compatible = "snps,dw-apb-gpio"; 259 compatible = "snps,dw-apb-gpio-port"; 271 compatible = "snps,dw-apb-gpio"; [all …]
|
/linux-6.8/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.8/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.8/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.8/arch/arm64/boot/dts/freescale/ |
D | imx8mp-evk.dts | 199 snps,force_thresh_dma_mode; 200 snps,mtl-tx-config = <&mtl_tx_setup>; 201 snps,mtl-rx-config = <&mtl_rx_setup>; 205 compatible = "snps,dwmac-mdio"; 221 snps,tx-queues-to-use = <5>; 222 snps,tx-sched-sp; 225 snps,dcb-algorithm; 226 snps,priority = <0x1>; 230 snps,dcb-algorithm; 231 snps,priority = <0x2>; [all …]
|
/linux-6.8/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 162 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 173 snps,multicast-filter-bins = <256>; 180 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 191 snps,multicast-filter-bins = <256>; 198 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 209 snps,multicast-filter-bins = <256>; 218 compatible = "snps,dw-apb-gpio"; 224 compatible = "snps,dw-apb-gpio-port"; 238 compatible = "snps,dw-apb-gpio"; 244 compatible = "snps,dw-apb-gpio-port"; [all …]
|
/linux-6.8/arch/riscv/boot/dts/sophgo/ |
D | cv18xx.dtsi | 57 compatible = "snps,dw-apb-gpio"; 63 compatible = "snps,dw-apb-gpio-port"; 75 compatible = "snps,dw-apb-gpio"; 81 compatible = "snps,dw-apb-gpio-port"; 93 compatible = "snps,dw-apb-gpio"; 99 compatible = "snps,dw-apb-gpio-port"; 111 compatible = "snps,dw-apb-gpio"; 117 compatible = "snps,dw-apb-gpio-port"; 129 compatible = "snps,dw-apb-uart"; 139 compatible = "snps,dw-apb-uart"; [all …]
|