No gpiochip in the dev

Nano pi neo core, Allwinner H3.
Tried standard built image, they are there.
Compiling mine with openwrt-22.03, they are not there :roll_eyes:
Added libdpiod, nothing.
Trying to add gpiod-tools, does not compile, complains something is missing.

Using this and can not understand what is missing - some library/module/package, or something wrong with the configuration (.dtb) however I did not find anything useful in there.

Update: compared dtbs from my compiled image and pre-built image. The only material difference is interrupt-controller@1f00c00 { is missing in my dtb and phandles slightly differ.

Update: simple test on copying pre-built image dtb to my compiled one fails., it does not boot, most probably because of different device layout which does not match between hardware configuration (different phandles?) and some other image configuration information.