Should I code my device tree for extra peripherals that did not generated by CubeMX?
I am editing a device tree for my custom board generated by Cube MX. My TF-A .dts folder does not contain any information about QUADSPI which is used for serial flash memory, so should I add a node for quadspi and a child node for flash or I should only edit peripherals generated by CubeMx which are sections like these:
/* USER CODE BEGIN peripheralX */
/* USER CODE END peripheralX */I am a little confused, can you help me with this? Thank you in advance.
