Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/dts-v1/; #include "cc32xx_launchxl.dtsi" / { model = "TI CC3200 LaunchXL"; compatible = "ti,cc32xx"; aliases { uart_0 = &uart0; uart_1 = &uart1; }; chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; }; }; &uart0 { status = "ok"; };