Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
57
target/linux/ath79/dts/ar7161_ruckus_zf7363.dts
Normal file
57
target/linux/ath79/dts/ar7161_ruckus_zf7363.dts
Normal file
@@ -0,0 +1,57 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "ar7161_ruckus_zf734x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Ruckus ZoneFlex 7343/7363[-U]";
|
||||
compatible = "ruckus,zf7363", "qca,ar7161";
|
||||
};
|
||||
|
||||
&mdio0 {
|
||||
ethernet-phy@0 {
|
||||
reg = <0x0>;
|
||||
max-speed = <100>;
|
||||
};
|
||||
|
||||
ethernet-phy@1 {
|
||||
reg = <0x1>;
|
||||
max-speed = <100>;
|
||||
};
|
||||
};
|
||||
|
||||
ð1 {
|
||||
status = "okay";
|
||||
pll-data = <0x00110000 0x00001099 0x00991099>;
|
||||
nvmem-cells = <&macaddr_bdata_6c>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
phy-mode = "rgmii-id";
|
||||
|
||||
fixed-link {
|
||||
speed = <100>;
|
||||
full-duplex;
|
||||
};
|
||||
};
|
||||
|
||||
&board_data {
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
macaddr_bdata_60: macaddr@60 {
|
||||
reg = <0x60 0x6>;
|
||||
};
|
||||
|
||||
macaddr_bdata_66: macaddr@66 {
|
||||
reg = <0x66 0x6>;
|
||||
};
|
||||
|
||||
macaddr_bdata_6c: macaddr@6c {
|
||||
reg = <0x6c 0x6>;
|
||||
};
|
||||
|
||||
macaddr_bdata_76: macaddr@76 {
|
||||
reg = <0x76 0x6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user