I have a TCI3328K2K EVM with the Keystone II SoC onboard. I am trying to attatch a second EMIF device onto the EMIF bus but am having trouble figuring out how to access it.
1) Do I need to create a new device node in the DTB that describes the connection to the new EMIF device?
2) If creating a new device node is needed, how do I access my the device once the node is created?
3) I found the DTS for the my EVM located at {linux source}/arch/arm/boot/dts but the DTS only describes clocks a timer, and uart0. Is this soley DTS for the boot process?
Any information will be helpful, thanks.