1/* 2 * UART 2 is configured on FRDM pins PTD0, rts; PTD1, cts; PTD2, rx; PTD3, tx 3 * see https://www.nxp.com/docs/en/data-sheet/K64P144M120SF5.pdf chapter 5.1, 4 * page 74 5 */ 6&uart2 { 7 status = "okay"; 8 current-speed = <115200>; 9 gsm: gsm-modem { 10 compatible = "zephyr,gsm-ppp"; 11 }; 12}; 13