|
@@ -1102,6 +1102,15 @@ static const struct ksz_chip_data ksz_switch_chips[] = {
|
|
|
.cpu_ports = 0x7F, /* can be configured as cpu port */
|
|
.cpu_ports = 0x7F, /* can be configured as cpu port */
|
|
|
.port_cnt = 7, /* total physical port count */
|
|
.port_cnt = 7, /* total physical port count */
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ .chip_id = 0x00989700,
|
|
|
|
|
+ .dev_name = "KSZ9897",
|
|
|
|
|
+ .num_vlans = 4096,
|
|
|
|
|
+ .num_alus = 4096,
|
|
|
|
|
+ .num_statics = 16,
|
|
|
|
|
+ .cpu_ports = 0x7F, /* can be configured as cpu port */
|
|
|
|
|
+ .port_cnt = 7, /* total physical port count */
|
|
|
|
|
+ },
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static int ksz_switch_init(struct ksz_device *dev)
|
|
static int ksz_switch_init(struct ksz_device *dev)
|