[SANTINO] Add support to Santino board
The board's device-tree has been ported from NE's kernel 5.15. Then adaptations have been applied to let the devices work. The main changes relate to:
- display subsystem: the driver
fsl,imx-parallel-display
could not create the framebuffer and has been replaced withfsl,lcd
. - audio: the driver
simple-audio-card
didn't create the sound card and has been replaced withfsl,imx-audio-sgtl5000
for SGTL5000 codec.
Moreover, some nodes (such as spreadspectrum
and gfplatdetect
) use custom drivers in NE kernel. These nodes are commented-out until the driver are not present.
JIRA Reference: https://secogroup.atlassian.net/browse/SANTINO-1