Extend the EN7528 PCIe driver to EN751221 with a specific PHY tuning ritual. Also enable wifi drivers on SmartFiber XP8421-B, TpLink Archer VR1200V v2 and Zyxel PMG5617GA. Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr> Link: https://github.com/openwrt/openwrt/pull/22208 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
309 lines
6.4 KiB
Devicetree
309 lines
6.4 KiB
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
|
|
#include <dt-bindings/reset/econet,en751221-scu.h>
|
|
#include <dt-bindings/clock/econet,en751221-scu.h>
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
compatible = "econet,en751221";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
hpt_clock: clock {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <200000000>; /* 200 MHz */
|
|
};
|
|
|
|
cpus: cpus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
cpu@0 {
|
|
device_type = "cpu";
|
|
compatible = "mips,mips34Kc";
|
|
reg = <0>;
|
|
};
|
|
};
|
|
|
|
cpuintc: interrupt-controller {
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
interrupt-controller;
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <1>;
|
|
};
|
|
|
|
spi_ctrl: spi_controller@1fa10000 {
|
|
compatible = "airoha,en7523-spi";
|
|
reg = <0x1fa10000 0x140>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
spi-rx-bus-width = <2>;
|
|
spi-tx-bus-width = <2>;
|
|
|
|
nand: nand@0 {
|
|
compatible = "spi-nand";
|
|
reg = <0>;
|
|
nand-ecc-engine = <&nand>;
|
|
};
|
|
};
|
|
|
|
chip_scu: syscon@1fa20000 {
|
|
compatible = "econet,en751221-chip-scu", "syscon";
|
|
reg = <0x1fa20000 0x388>;
|
|
};
|
|
|
|
pcie_phy1: pcie-phy@1fac0000 {
|
|
compatible = "econet,en751221-pcie-phy1";
|
|
reg = <0x1fac0000 0x1000>;
|
|
#phy-cells = <0>;
|
|
};
|
|
|
|
pcie_phy0: pcie-phy@1faf2000 {
|
|
compatible = "econet,en751221-pcie-phy0";
|
|
reg = <0x1faf2000 0x1000>;
|
|
#phy-cells = <0>;
|
|
};
|
|
|
|
intc: interrupt-controller@1fb40000 {
|
|
compatible = "econet,en751221-intc";
|
|
reg = <0x1fb40000 0x100>;
|
|
interrupt-parent = <&cpuintc>;
|
|
interrupts = <2>;
|
|
|
|
interrupt-controller;
|
|
#interrupt-cells = <1>;
|
|
econet,shadow-interrupts = <7 2>, <8 3>, <13 12>, <30 29>;
|
|
};
|
|
|
|
scuclk: clock-controller@1fb00000 {
|
|
compatible = "econet,en751221-scu", "syscon";
|
|
reg = <0x1fb00000 0x970>;
|
|
#clock-cells = <1>;
|
|
#reset-cells = <1>;
|
|
};
|
|
|
|
ethernet: ethernet@1fb50000 {
|
|
compatible = "econet,en751221-eth";
|
|
reg = <0x1fb50000 0x10000>;
|
|
|
|
resets = <&scuclk EN751221_FE_RST>,
|
|
<&scuclk EN751221_FE_QDMA1_RST>,
|
|
<&scuclk EN751221_FE_QDMA2_RST>,
|
|
<&scuclk EN751221_GSW_RST>,
|
|
<&scuclk EN751221_XPON_MAC_RST>,
|
|
<&scuclk EN751221_XPON_PHY_RST>;
|
|
reset-names = "fe", "qdma0", "qdma1", "gsw",
|
|
"xpon-mac", "xpon-phy";
|
|
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
interrupt-parent = <&intc>;
|
|
interrupts = <21>, <22>;
|
|
|
|
gmac0: mac@0 {
|
|
compatible = "econet,eth-mac";
|
|
reg = <0>;
|
|
phy-mode = "trgmii";
|
|
status = "disabled";
|
|
|
|
fixed-link {
|
|
speed = <1000>;
|
|
full-duplex;
|
|
pause;
|
|
};
|
|
};
|
|
|
|
gmac1: mac@1 {
|
|
compatible = "econet,eth-mac";
|
|
reg = <1>;
|
|
status = "disabled";
|
|
phy-mode = "rgmii-rxid";
|
|
};
|
|
|
|
mdio: mdio-bus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
switch0: switch@1f {
|
|
compatible = "mediatek,mt7530";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <0x1f>;
|
|
mediatek,mcm;
|
|
reset-names = "mcm";
|
|
|
|
ports {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <0>;
|
|
|
|
port@0 {
|
|
status = "disabled";
|
|
reg = <0>;
|
|
label = "lan0";
|
|
};
|
|
|
|
port@1 {
|
|
status = "disabled";
|
|
reg = <1>;
|
|
label = "lan1";
|
|
};
|
|
|
|
port@2 {
|
|
status = "disabled";
|
|
reg = <2>;
|
|
label = "lan2";
|
|
};
|
|
|
|
port@3 {
|
|
status = "disabled";
|
|
reg = <3>;
|
|
label = "lan3";
|
|
};
|
|
|
|
port@6 {
|
|
reg = <6>;
|
|
label = "cpu";
|
|
ethernet = <&gmac0>;
|
|
phy-mode = "trgmii";
|
|
|
|
fixed-link {
|
|
speed = <1000>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
pciecfg: pciecfg@1fb80000 {
|
|
compatible = "mediatek,generic-pciecfg", "syscon";
|
|
reg = <0x1fb80000 0x1000>;
|
|
};
|
|
|
|
pcie0: pcie@1fb81000 {
|
|
compatible = "econet,en7528-pcie";
|
|
device_type = "pci";
|
|
reg = <0x1fb81000 0x1000>;
|
|
reg-names = "port0";
|
|
linux,pci-domain = <0>;
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
interrupt-parent = <&intc>;
|
|
interrupts = <23>;
|
|
interrupt-names = "pcie_irq";
|
|
clocks = <&scuclk EN751221_CLK_PCIE>;
|
|
clock-names = "sys_ck0";
|
|
phys = <&pcie_phy0>;
|
|
phy-names = "pcie-phy0";
|
|
bus-range = <0x00 0xff>;
|
|
ranges = <0x01000000 0 0x00000000 0x1f600000 0 0x00008000>,
|
|
<0x82000000 0 0x20000000 0x20000000 0 0x08000000>;
|
|
status = "disabled";
|
|
|
|
#interrupt-cells = <1>;
|
|
interrupt-map-mask = <0 0 0 7>;
|
|
interrupt-map = <0 0 0 1 &pcie_intc0 0>,
|
|
<0 0 0 2 &pcie_intc0 1>,
|
|
<0 0 0 3 &pcie_intc0 2>,
|
|
<0 0 0 4 &pcie_intc0 3>;
|
|
|
|
pcie_intc0: interrupt-controller {
|
|
interrupt-controller;
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <1>;
|
|
};
|
|
|
|
slot0: pcie@0,0 {
|
|
reg = <0x0000 0 0 0 0>;
|
|
device_type = "pci";
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
ranges;
|
|
};
|
|
};
|
|
|
|
pcie1: pcie@1fb83000 {
|
|
compatible = "econet,en7528-pcie";
|
|
device_type = "pci";
|
|
reg = <0x1fb83000 0x1000>;
|
|
reg-names = "port1";
|
|
linux,pci-domain = <1>;
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
interrupt-parent = <&intc>;
|
|
interrupts = <24>;
|
|
interrupt-names = "pcie_irq";
|
|
clocks = <&scuclk EN751221_CLK_PCIE>;
|
|
clock-names = "sys_ck1";
|
|
phys = <&pcie_phy1>;
|
|
phy-names = "pcie-phy1";
|
|
bus-range = <0x00 0xff>;
|
|
ranges = <0x81000000 0 0x00000000 0x1f608000 0 0x00008000>,
|
|
<0x82000000 0 0x28000000 0x28000000 0 0x08000000>;
|
|
status = "disabled";
|
|
|
|
#interrupt-cells = <1>;
|
|
interrupt-map-mask = <0 0 0 7>;
|
|
interrupt-map = <0 0 0 1 &pcie_intc1 0>,
|
|
<0 0 0 2 &pcie_intc1 1>,
|
|
<0 0 0 3 &pcie_intc1 2>,
|
|
<0 0 0 4 &pcie_intc1 3>;
|
|
|
|
pcie_intc1: interrupt-controller {
|
|
interrupt-controller;
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <1>;
|
|
};
|
|
|
|
slot1: pcie@1,0 {
|
|
reg = <0x0800 0 0 0 0>;
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
ranges;
|
|
};
|
|
};
|
|
|
|
usb: usb@1fb90000 {
|
|
compatible = "mediatek,mt8173-xhci", "mediatek,mtk-xhci";
|
|
reg = <0x1fb90000 0x4000>,
|
|
<0x1fa80700 0x100>;
|
|
reg-names = "mac", "ippc";
|
|
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
interrupt-parent = <&intc>;
|
|
interrupts = <17>;
|
|
usb3-lpm-capable;
|
|
};
|
|
|
|
uart: serial@1fbf0000 {
|
|
compatible = "ns16550";
|
|
reg = <0x1fbf0000 0x30>;
|
|
reg-io-width = <4>;
|
|
reg-shift = <2>;
|
|
interrupt-parent = <&intc>;
|
|
interrupts = <0>;
|
|
/*
|
|
* Conversion of baud rate to clock frequency requires a
|
|
* computation that is not in the ns16550 driver, so this
|
|
* uart is fixed at 115200 baud.
|
|
*/
|
|
clock-frequency = <1843200>;
|
|
};
|
|
|
|
timer_hpt: timer@1fbf0400 {
|
|
compatible = "econet,en751221-timer";
|
|
reg = <0x1fbf0400 0x100>;
|
|
|
|
interrupt-parent = <&intc>;
|
|
interrupts = <30>;
|
|
clocks = <&hpt_clock>;
|
|
};
|
|
};
|