GerryB you found the spot. I recommend though that you create a circuitdojo_feather_nrf9160ns.overlay
within the boards
directory in your project with the following entry:
&uart2 {
status="okay";
current-speed = <115200>;
tx-pin = <23>;
rx-pin = <24>;
};
(Assuming you’re using uart2
) This will update/override the values in circuitdojo_feather_nrf9160_common.dts
so you don’t need to modify the file itself. This is great for making project based device tree edits rather than editing your device tree for every project you’re using.