/kernel/linux/linux-5.10/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.50a 25 - snps,dwmac-3.610 26 - snps,dwmac-3.70a 27 - snps,dwmac-3.710 28 - snps,dwmac-4.00 29 - snps,dwmac-4.10a 30 - snps,dwmac-4.20a 31 - snps,dwxgmac [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 | 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 101 compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a"; 117 snps,pbl = <2>; 118 snps,axi-config = <&stmmac_axi_config_0>; 119 snps,tso; 125 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; [all …]
|
D | qcom,ethqos.txt | 43 snps,reset-gpio = <&tlmm 60 GPIO_ACTIVE_LOW>; 44 snps,reset-active-low; 46 snps,txpbl = <8>; 47 snps,rxpbl = <2>; 48 snps,aal; 49 snps,tso; 57 compatible = "snps,dwmac-mdio";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 7 - compatible: must be "snps,dwc3" 39 - snps,usb2-lpm-disable: indicate if we don't want to enable USB2 HW LPM 40 - snps,usb3_lpm_capable: determines if platform is USB3 LPM capable 41 - snps,dis-start-transfer-quirk: when set, disable isoc START TRANSFER command 44 - snps,disable_scramble_quirk: true when SW should disable data scrambling. 46 - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled 47 - snps,lpm-nyet-threshold: LPM NYET threshold 48 - snps,u2exit_lfps_quirk: set if we want to enable u2exit lfps quirk 49 - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk 50 - snps,req_p1p2p3_quirk: when set, the core will always request for [all …]
|
/kernel/linux/linux-5.10/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 | 74 { .compatible = "snps,dwmac-3.40a"}, 75 { .compatible = "snps,dwmac-3.50a"}, 76 { .compatible = "snps,dwmac-3.610"}, 77 { .compatible = "snps,dwmac-3.70a"}, 78 { .compatible = "snps,dwmac-3.710"}, 79 { .compatible = "snps,dwmac-4.00"}, 80 { .compatible = "snps,dwmac-4.10a"}, 81 { .compatible = "snps,dwmac"}, 82 { .compatible = "snps,dwxgmac-2.10"}, 83 { .compatible = "snps,dwxgmac"},
|
/kernel/linux/linux-5.10/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 …]
|
D | skeleton_hs_idu.dtsi | 7 compatible = "snps,arc"; 19 compatible = "snps,archs38"; 25 compatible = "snps,archs38"; 31 compatible = "snps,archs38"; 37 compatible = "snps,archs38"; 45 compatible = "snps,arc-timer"; 53 compatible = "snps,archs-timer-gfrc";
|
D | vdk_axs10x_mb.dtsi | 38 compatible = "snps,dwmac"; 43 snps,phy-addr = < 0 >; // VDK model phy address is 0 44 snps,pbl = < 32 >; 56 compatible = "snps,dw-apb-uart"; 66 compatible = "snps,dw-apb-uart"; 76 compatible = "snps,dw-apb-uart"; 87 compatible = "snps,arcpgu"; 95 compatible = "snps,arc_ps2"; 102 compatible = "snps,dw-mshc";
|
D | axc003_idu.dtsi | 13 compatible = "snps,arc"; 31 compatible = "snps,axs10x-arc-pll-clock"; 46 compatible = "snps,archs-intc"; 52 compatible = "snps,archs-idu-intc"; 63 compatible = "snps,dw-apb-gpio"; 69 compatible = "snps,dw-apb-gpio-port"; 72 snps,nr-gpios = <30>; 82 compatible = "snps,dw-apb-uart"; 93 compatible = "snps,archs-pct"; 140 compatible = "snps,dw-apb-ictl";
|
D | abilis_tb10x.dtsi | 21 compatible = "snps,arc770d"; 28 compatible = "snps,arc-timer"; 36 compatible = "snps,arc-timer"; 73 compatible = "snps,arc700-intc"; 88 compatible = "snps,dw-apb-uart"; 97 compatible = "snps,dwmac-3.70a","snps,dwmac"; 106 compatible = "snps,dma-spear1340"; 126 compatible = "snps,designware-i2c"; 135 compatible = "snps,designware-i2c"; 144 compatible = "snps,designware-i2c"; [all …]
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | berlin2cd.dtsi | 175 compatible = "snps,dw-apb-gpio"; 181 compatible = "snps,dw-apb-gpio-port"; 184 snps,nr-gpios = <8>; 193 compatible = "snps,dw-apb-gpio"; 199 compatible = "snps,dw-apb-gpio-port"; 202 snps,nr-gpios = <8>; 211 compatible = "snps,dw-apb-gpio"; 217 compatible = "snps,dw-apb-gpio-port"; 220 snps,nr-gpios = <8>; 229 compatible = "snps,dw-apb-gpio"; [all …]
|
D | berlin2.dtsi | 185 compatible = "snps,dw-apb-gpio"; 191 compatible = "snps,dw-apb-gpio-port"; 194 snps,nr-gpios = <8>; 203 compatible = "snps,dw-apb-gpio"; 209 compatible = "snps,dw-apb-gpio-port"; 212 snps,nr-gpios = <8>; 221 compatible = "snps,dw-apb-gpio"; 227 compatible = "snps,dw-apb-gpio-port"; 230 snps,nr-gpios = <8>; 239 compatible = "snps,dw-apb-gpio"; [all …]
|
D | berlin2q.dtsi | 246 compatible = "snps,dw-apb-gpio"; 252 compatible = "snps,dw-apb-gpio-port"; 255 snps,nr-gpios = <32>; 264 compatible = "snps,dw-apb-gpio"; 270 compatible = "snps,dw-apb-gpio-port"; 273 snps,nr-gpios = <32>; 282 compatible = "snps,dw-apb-gpio"; 288 compatible = "snps,dw-apb-gpio-port"; 291 snps,nr-gpios = <32>; 300 compatible = "snps,dw-apb-gpio"; [all …]
|
D | socfpga_arria10.dtsi | 417 snps,wr_osr_lmt = <0xf>; 418 snps,rd_osr_lmt = <0xf>; 419 snps,blen = <0 0 0 0 16 0 0>; 423 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac"; 430 snps,multicast-filter-bins = <256>; 431 snps,perfect-filter-entries = <128>; 438 snps,axi-config = <&socfpga_axi_setup>; 443 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac"; 450 snps,multicast-filter-bins = <256>; 451 snps,perfect-filter-entries = <128>; [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
D | snps,dw-axi-dmac.txt | 4 - compatible: "snps,axi-dma-1.01a" 9 - snps,dma-masters: Number of AXI masters supported by the hardware. 10 - snps,data-width: Maximum AXI data width supported by hardware. 12 - snps,priority: Priority of channel. Array size is equal to the number of 15 - snps,block-size: Maximum block size supported by the controller channel. 19 - snps,axi-max-burst-len: Restrict master AXI burst length by value specified 26 compatible = "snps,axi-dma-1.01a"; 34 snps,dma-masters = <2>; 35 snps,data-width = <3>; 36 snps,block-size = <4096 4096 4096 4096>; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/synaptics/ |
D | berlin4ct.dtsi | 134 compatible = "snps,dw-apb-gpio"; 140 compatible = "snps,dw-apb-gpio-port"; 143 snps,nr-gpios = <32>; 152 compatible = "snps,dw-apb-gpio"; 158 compatible = "snps,dw-apb-gpio-port"; 161 snps,nr-gpios = <32>; 170 compatible = "snps,dw-apb-gpio"; 176 compatible = "snps,dw-apb-gpio-port"; 179 snps,nr-gpios = <32>; 188 compatible = "snps,dw-apb-gpio"; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 141 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 152 snps,multicast-filter-bins = <256>; 159 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 170 snps,multicast-filter-bins = <256>; 177 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 188 snps,multicast-filter-bins = <256>; 197 compatible = "snps,dw-apb-gpio"; 203 compatible = "snps,dw-apb-gpio-port"; 206 snps,nr-gpios = <24>; 217 compatible = "snps,dw-apb-gpio"; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex.dtsi | 140 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 149 snps,multicast-filter-bins = <256>; 158 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 167 snps,multicast-filter-bins = <256>; 176 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 185 snps,multicast-filter-bins = <256>; 196 compatible = "snps,dw-apb-gpio"; 202 compatible = "snps,dw-apb-gpio-port"; 205 snps,nr-gpios = <24>; 216 compatible = "snps,dw-apb-gpio"; [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
D | snps,dw-apb-gpio.yaml | 4 $id: http://devicetree.org/schemas/gpio/snps,dw-apb-gpio.yaml# 23 const: snps,dw-apb-gpio 54 const: snps,dw-apb-gpio-port 69 snps,nr-gpios: 114 compatible = "snps,dw-apb-gpio"; 120 compatible = "snps,dw-apb-gpio-port"; 124 snps,nr-gpios = <8>; 132 compatible = "snps,dw-apb-gpio-port"; 136 snps,nr-gpios = <8>;
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/bitmain/ |
D | bm1880.dtsi | 123 compatible = "snps,dw-apb-gpio"; 127 compatible = "snps,dw-apb-gpio-port"; 130 snps,nr-gpios = <32>; 141 compatible = "snps,dw-apb-gpio"; 145 compatible = "snps,dw-apb-gpio-port"; 148 snps,nr-gpios = <32>; 159 compatible = "snps,dw-apb-gpio"; 163 compatible = "snps,dw-apb-gpio-port"; 166 snps,nr-gpios = <8>; 175 compatible = "snps,dw-apb-uart"; [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | snps,dw-apb-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/snps,dw-apb-timer.yaml# 15 - const: snps,dw-apb-timer 17 - snps,dw-apb-timer-sp 18 - snps,dw-apb-timer-osc 67 compatible = "snps,dw-apb-timer"; 75 compatible = "snps,dw-apb-timer"; 83 compatible = "snps,dw-apb-timer";
|