Pull ARM/arm64 Devicetree updates from Olof Johansson:
"As usual, device tree updates is the bulk of our material in this
merge window. This time around, 559 patches affecting both 32- and
64-bit platforms.
Changes are too many to list individually, but some of the larger
ones:
New platform/SoC support:
- Automotive:
+ Renesas R-Car D3 (R8A77995)
+ TI DT76x
+ MediaTek mt2712e
- Communication-oriented:
+ Qualcomm IPQ8074
+ Broadcom Stingray
+ Marvell Armada 8080
- Set top box:
+ Uniphier PXs3
Besides some vendor reference boards for the SoC above, there are also
several new boards/machines:
- TI AM335x Moxa UC-8100-ME-T open platform
- TI AM57xx Beaglebone X15 Rev C
- Microchip/Atmel sama5d27 SoM1 EK
- Broadcom Raspberry Pi Zero W
- Gemini-based D-Link DIR-685 router
- Freescale i.MX6:
+ Toradex Apalis module + Apalis and Ixora carrier boards
+ Engicam GEAM6UL Starter Kit
- Freescale i.MX53-based Beckhoff CX9020 Embedded PC
- Mediatek mt7623-based BananaPi R2
- Several Allwinner-based single-board computers:
+ Cubietruck plus
+ Bananapi M3, M2M and M64
+ NanoPi A64
+ A64-OLinuXino
+ Pine64
- Rockchip RK3328 Pine64/Rock64 board support
- Rockchip RK3399 boards:
+ RK3399 Sapphire module on Excavator carrier (RK3399 reference design)
+ Theobroma Systems RK3399-Q7 SoM
- ZTE ZX296718 PCBOX Board"
* tag 'armsoc-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (559 commits)
ARM: dts: at91: at91sam9g45: add AC97
arm64: dts: marvell: mcbin: enable more networking ports
arm64: dts: marvell: add a reference to the sysctrl syscon in the ppv2 node
arm64: dts: marvell: add TX interrupts for PPv2.2
arm64: dts: uniphier: add PXs3 SoC support
ARM: dts: uniphier: add pinctrl groups of ethernet phy mode
ARM: dts: uniphier: fix size of sdctrl nodes
ARM: dts: uniphier: add AIDET nodes
arm64: dts: uniphier: fix size of sdctrl node
arm64: dts: uniphier: add AIDET nodes
Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2"
arm64: dts: uniphier: add reset controller node of analog amplifier
arm64: dts: marvell: add Device Tree files for Armada-8KP
arm64: dts: rockchip: add Haikou baseboard with RK3399-Q7 SoM
arm64: dts: rockchip: add RK3399-Q7 (Puma) SoM
dt-bindings: add rk3399-q7 SoM
ARM: dts: rockchip: enable usb for rv1108-evb
ARM: dts: rockchip: add usb nodes for rv1108 SoCs
dt-bindings: update grf-binding for rv1108 SoCs
ARM: dts: aspeed-g4: fix AHB window size of the SMC controllers
...
91 lines
2.9 KiB
Plaintext
91 lines
2.9 KiB
Plaintext
MediaTek Frame Engine Ethernet controller
|
|
=========================================
|
|
|
|
The frame engine ethernet controller can be found on MediaTek SoCs. These SoCs
|
|
have dual GMAC each represented by a child node..
|
|
|
|
* Ethernet controller node
|
|
|
|
Required properties:
|
|
- compatible: Should be
|
|
"mediatek,mt2701-eth": for MT2701 SoC
|
|
"mediatek,mt7623-eth", "mediatek,mt2701-eth": for MT7623 SoC
|
|
"mediatek,mt7622-eth": for MT7622 SoC
|
|
- reg: Address and length of the register set for the device
|
|
- interrupts: Should contain the three frame engines interrupts in numeric
|
|
order. These are fe_int0, fe_int1 and fe_int2.
|
|
- clocks: the clock used by the core
|
|
- clock-names: the names of the clock listed in the clocks property. These are
|
|
"ethif", "esw", "gp2", "gp1" : For MT2701 and MT7623 SoC
|
|
"ethif", "esw", "gp0", "gp1", "gp2", "sgmii_tx250m", "sgmii_rx250m",
|
|
"sgmii_cdr_ref", "sgmii_cdr_fb", "sgmii_ck", "eth2pll" : For MT7622 SoC
|
|
- power-domains: phandle to the power domain that the ethernet is part of
|
|
- resets: Should contain phandles to the ethsys reset signals
|
|
- reset-names: Should contain the names of reset signal listed in the resets
|
|
property
|
|
These are "fe", "gmac" and "ppe"
|
|
- mediatek,ethsys: phandle to the syscon node that handles the port setup
|
|
- mediatek,sgmiisys: phandle to the syscon node that handles the SGMII setup
|
|
which is required for those SoCs equipped with SGMII such as MT7622 SoC.
|
|
- mediatek,pctl: phandle to the syscon node that handles the ports slew rate
|
|
and driver current
|
|
|
|
Optional properties:
|
|
- interrupt-parent: Should be the phandle for the interrupt controller
|
|
that services interrupts for this device
|
|
* Ethernet MAC node
|
|
|
|
Required properties:
|
|
- compatible: Should be "mediatek,eth-mac"
|
|
- reg: The number of the MAC
|
|
- phy-handle: see ethernet.txt file in the same directory and
|
|
the phy-mode "trgmii" required being provided when reg
|
|
is equal to 0 and the MAC uses fixed-link to connect
|
|
with internal switch such as MT7530.
|
|
|
|
Example:
|
|
|
|
eth: ethernet@1b100000 {
|
|
compatible = "mediatek,mt7623-eth";
|
|
reg = <0 0x1b100000 0 0x20000>;
|
|
clocks = <&topckgen CLK_TOP_ETHIF_SEL>,
|
|
<ðsys CLK_ETHSYS_ESW>,
|
|
<ðsys CLK_ETHSYS_GP2>,
|
|
<ðsys CLK_ETHSYS_GP1>;
|
|
clock-names = "ethif", "esw", "gp2", "gp1";
|
|
interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_LOW
|
|
GIC_SPI 199 IRQ_TYPE_LEVEL_LOW
|
|
GIC_SPI 198 IRQ_TYPE_LEVEL_LOW>;
|
|
power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
|
|
resets = <ðsys MT2701_ETHSYS_ETH_RST>;
|
|
reset-names = "eth";
|
|
mediatek,ethsys = <ðsys>;
|
|
mediatek,pctl = <&syscfg_pctl_a>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
gmac1: mac@0 {
|
|
compatible = "mediatek,eth-mac";
|
|
reg = <0>;
|
|
phy-handle = <&phy0>;
|
|
};
|
|
|
|
gmac2: mac@1 {
|
|
compatible = "mediatek,eth-mac";
|
|
reg = <1>;
|
|
phy-handle = <&phy1>;
|
|
};
|
|
|
|
mdio-bus {
|
|
phy0: ethernet-phy@0 {
|
|
reg = <0>;
|
|
phy-mode = "rgmii";
|
|
};
|
|
|
|
phy1: ethernet-phy@1 {
|
|
reg = <1>;
|
|
phy-mode = "rgmii";
|
|
};
|
|
};
|
|
};
|