The Cudy C200P is a Gigabit PoE router with five ports (1xWAN, 4xLAN).
Techdata: https://openwrt.org/toh/hwdata/cudy/cudy_c200p
Initial support was added to OpenWrt 24.10.5 with this commit: https://github.com/openwrt/openwrt/commit/2b7fffa963bb2d45a0d13e75cb882308937a61d5
The commit comment describes how to install OpenWrt.
Currently no support for PoE due to lack of support of IP804AR chip (note typo on tech page, should be IP804AR not IP804R).
The IP804AR chip is connected by I2C to the MediaTek MT7621AT.
I found some info that might be helpful for development of an IP804AR driver:
- Full datasheet: https://wmsc.lcsc.com/wmsc/upload/file/pdf/v2/lcsc/2411220621_IC-Plus-IP804AR_C19626921.pdf
- This Hackaday project uses the IP804AR as its PSE IC: https://hackaday.io/project/201774-w55rp20-evb-pico-pse-kit/details
- Work on an I2C driver for a different PoE chip is planned, see https://github.com/Hurricos/realtek-poe/issues/62 .
This post is mostly intended to document the results of my evaluation of the state of OpenWrt support of the device. I'm not going to look any further into the C200P.