~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/net/sti-dwmac.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/net/sti-dwmac.txt (Architecture sparc) and /Documentation/devicetree/bindings/net/sti-dwmac.txt (Architecture sparc64)


  1 STMicroelectronics SoC DWMAC glue layer contro      1 STMicroelectronics SoC DWMAC glue layer controller
  2                                                     2 
  3 This file documents differences between the co      3 This file documents differences between the core properties in
  4 Documentation/devicetree/bindings/net/stmmac.t      4 Documentation/devicetree/bindings/net/stmmac.txt
  5 and what is needed on STi platforms to program      5 and what is needed on STi platforms to program the stmmac glue logic.
  6                                                     6 
  7 The device node has following properties.           7 The device node has following properties.
  8                                                     8 
  9 Required properties:                                9 Required properties:
 10  - compatible   : "st,stih407-dwmac"               10  - compatible   : "st,stih407-dwmac"
 11  - st,syscon : Should be phandle/offset pair.      11  - st,syscon : Should be phandle/offset pair. The phandle to the syscon node which
 12    encompases the glue register, and the offse     12    encompases the glue register, and the offset of the control register.
 13  - st,gmac_en: this is to enable the gmac into     13  - st,gmac_en: this is to enable the gmac into a dedicated sysctl control
 14    register available on STiH407 SoC.              14    register available on STiH407 SoC.
 15  - pinctrl-0: pin-control for all the MII mode     15  - pinctrl-0: pin-control for all the MII mode supported.
 16                                                    16 
 17 Optional properties:                               17 Optional properties:
 18  - resets : phandle pointing to the system res     18  - resets : phandle pointing to the system reset controller with correct
 19    reset line index for ethernet reset.            19    reset line index for ethernet reset.
 20  - st,ext-phyclk: valid only for RMII where PH     20  - st,ext-phyclk: valid only for RMII where PHY can generate 50MHz clock or
 21    MAC can generate it.                            21    MAC can generate it.
 22  - st,tx-retime-src: This specifies which clk      22  - st,tx-retime-src: This specifies which clk is wired up to the mac for
 23    retimeing tx lines. This is totally board d     23    retimeing tx lines. This is totally board dependent and can take one of the
 24    possible values from "txclk", "clk_125" or      24    possible values from "txclk", "clk_125" or "clkgen".
 25    If not passed, the internal clock will be u     25    If not passed, the internal clock will be used by default.
 26  - sti-ethclk: this is the phy clock.              26  - sti-ethclk: this is the phy clock.
 27  - sti-clkconf: this is an extra sysconfig reg     27  - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
 28    to program the clk retiming.                    28    to program the clk retiming.
 29  - st,gmac_en: to enable the GMAC, this only i     29  - st,gmac_en: to enable the GMAC, this only is present in some SoCs; e.g.
 30    STiH407.                                        30    STiH407.
 31                                                    31 
 32 Example:                                           32 Example:
 33                                                    33 
 34 ethernet0: dwmac@9630000 {                         34 ethernet0: dwmac@9630000 {
 35         device_type = "network";                   35         device_type = "network";
 36         compatible = "st,stih407-dwmac", "snps     36         compatible = "st,stih407-dwmac", "snps,dwmac", "snps,dwmac-3.710";
 37         reg = <0x9630000 0x8000>;                  37         reg = <0x9630000 0x8000>;
 38         reg-names = "stmmaceth";                   38         reg-names = "stmmaceth";
 39                                                    39 
 40         st,syscon = <&syscfg_sbc_reg 0x80>;        40         st,syscon = <&syscfg_sbc_reg 0x80>;
 41         st,gmac_en;                                41         st,gmac_en;
 42         resets = <&softreset STIH407_ETH1_SOFT     42         resets = <&softreset STIH407_ETH1_SOFTRESET>;
 43         reset-names = "stmmaceth";                 43         reset-names = "stmmaceth";
 44                                                    44 
 45         interrupts = <GIC_SPI 98 IRQ_TYPE_NONE     45         interrupts = <GIC_SPI 98 IRQ_TYPE_NONE>,
 46                      <GIC_SPI 99 IRQ_TYPE_NONE     46                      <GIC_SPI 99 IRQ_TYPE_NONE>,
 47                      <GIC_SPI 100 IRQ_TYPE_NON     47                      <GIC_SPI 100 IRQ_TYPE_NONE>;
 48         interrupt-names = "macirq", "eth_wake_     48         interrupt-names = "macirq", "eth_wake_irq", "eth_lpi";
 49                                                    49 
 50         snps,pbl = <32>;                           50         snps,pbl = <32>;
 51         snps,mixed-burst;                          51         snps,mixed-burst;
 52                                                    52 
 53         pinctrl-names = "default";                 53         pinctrl-names = "default";
 54         pinctrl-0 = <&pinctrl_rgmii1>;             54         pinctrl-0 = <&pinctrl_rgmii1>;
 55                                                    55 
 56         clock-names = "stmmaceth", "sti-ethclk     56         clock-names = "stmmaceth", "sti-ethclk";
 57         clocks = <&CLK_S_C0_FLEXGEN CLK_EXT2F_     57         clocks = <&CLK_S_C0_FLEXGEN CLK_EXT2F_A9>,
 58                  <&CLK_S_C0_FLEXGEN CLK_ETH_PH     58                  <&CLK_S_C0_FLEXGEN CLK_ETH_PHY>;
 59 };                                                 59 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php