We are currently thinking about implementing LE-Audio in CIS mode by reusing the sample program nRF5340_Adudio.
There are two types of boards to create: a transceiver board and a receiver board.Since the codec IC etc. are different from the sample nRF5340 Audio DK board, it is necessary to rewrite the devicetree.
The sample devicetree file looks at the ncs folder, and it is not possible to directly change the dts file in the ncs folder, so we are considering the following two methods.
1. How to create a dts file in the app folder (copy the dts file in the ncs folder to the app folder) and update that file
2. How to create and update overkay files in app folder
In the case of method 1, it is unclear how it can be achieved.
In the case of method 2, it is unclear how to reduce the items such as LEDs that have already been set in ncs.
There are some things that are unclear.
Please tell me how to achieve each method.