Hello.
I think i found where is the problem.
~/zephyrproject/modules/hal/nxp/mcux/ there is quite a lot of CmakeList files which allow to handle only known dev-boards.
So if i'm right there are two solution:
1.Fast: Use config of known dev-board and if this don't makes problem leave this.
2. Slow and need quite wok: Create own board, basing on boards from: ~/zephyrproject/modules/hal/nxp/mcux/mcux-sdk/boards/.
Please tell me if i'm right and if there is better solution.