I am trying to interface beaglebone black to AIC320TLV3206 USBEVM to run a playback. I tried to modify am335x-boneblack.dts: add tlv320aic3206 node, use i2c1 to configure AIC3206, use McASP0 to send voice data to AIC3206, but when I defined the sound, I got the error when I compile the device tree with TI processor SDK:
Error: arch/arm/boot/dts/am335x-boneblack.dts:210.2-7 syntax error
FATAL ERROR: Unable to parse input tree
1. Is tlv320aic3206 supported by SDK? If not, is there any way that I can modify existing the files to make it work?
2.I don't understand why device tree compiler is unable to pare input tree for sound, what is the cause?
Does anyone have any experience in these cases?
Thanks
Bruce