1description: Test serial port 2 3compatible: "vnd,serial" 4 5include: uart-controller.yaml 6 7properties: 8 baud-rate: 9 type: int 10 11 buffer-size: 12 type: int 13 description: "Size of buffer to capture output data or to queue input data." 14
1description: Test serial port 2 3compatible: "vnd,serial" 4 5include: uart-controller.yaml 6 7properties: 8 baud-rate: 9 type: int 10 11 buffer-size: 12 type: int 13 description: "Size of buffer to capture output data or to queue input data." 14