sonic-buildimage/platform/centec-arm64/sonic_fit.its
FSSec bb09ebe977
[FS][arm64] support new boars s5800-48t4s and s5800-48t8s-mars8p (#12994)
Adding platform support for FS s5800-48t4s and s5800-48t8s-mars8p.

Both s5800-48t4s and s5800-48t8s-mars8p have 48 * 10/100/1000 Base-T ports, 4 * 10GE SFP+ Ports on Centec TsingMa.
s5800-48t4s is different from s5800-48t8s-mars8p in that:

The phy chip used by s5800-48t4s is Marvell 88e1680;
The phy chip used by s5800-48t4s-mars8p is Centec ctc21108;
2022-12-17 14:48:02 -08:00

91 lines
1.9 KiB
Plaintext

/*
*Copyright 2018 CENTEC
*
*/
/dts-v1/;
/ {
description = "arm64 kernel, initramfs and FDT blob";
#address-cells = <1>;
images {
kernel_ctc {
description = "ARM64 Kernel";
data = /incbin/("./vmlinuz-5.10.0-18-2-arm64");
type = "kernel";
arch = "arm64";
os = "linux";
compression = "none";
load = <0x80080000>;
entry = <0x80080000>;
hash {
algo = "crc32";
};
};
initramfs {
description = "initramfs";
data = /incbin/("./initrd.img-5.10.0-18-2-arm64");
type = "ramdisk";
arch = "arm64";
os = "linux";
compression = "gzip";
load = <0x85000000>;
entry = <0x85000000>;
hash {
algo = "crc32";
};
};
ctc_fdt {
description = "dtb for tm_ctc5236";
data = /incbin/("./e530-ctc5236.dtb");
type = "flat_dt";
arch = "arm64";
os = "linux";
compression = "none";
load = <0x88000000>;
hash {
algo = "crc32";
};
};
};
configurations {
default = "arm64-centec_e530_24x2c-r0";
arm64-centec_e530_24x2c-r0 {
description = "config for arm64-centec_e530_24x2c-r0";
kernel = "kernel_ctc";
ramdisk = "initramfs";
fdt = "ctc_fdt";
};
arm64-centec_e530_24x2q-r0 {
description = "config for arm64-centec_e530_24x2q-r0";
kernel = "kernel_ctc";
ramdisk = "initramfs";
fdt = "ctc_fdt";
};
arm64-centec_e530_48s4x-r0 {
description = "config for arm64-centec_e530_48s4x-r0";
kernel = "kernel_ctc";
ramdisk = "initramfs";
fdt = "ctc_fdt";
};
arm64-centec_e530_48t4x_p-r0 {
description = "config for arm64-centec_e530_48t4x_p-r0";
kernel = "kernel_ctc";
ramdisk = "initramfs";
fdt = "ctc_fdt";
};
arm64-fs_s5800_48t4s-r0 {
description = "config for arm64-fs_s5800_48t4s-r0";
kernel = "kernel_ctc";
ramdisk = "initramfs";
fdt = "ctc_fdt";
};
};
};