1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: U-BLOX M8 GNSS Module 5 6compatible: "u-blox,m8" 7 8include: 9 - uart-device.yaml 10 11properties: 12 uart-baudrate: 13 type: int 14 description: | 15 Baudrate for communication on the UART port. 16 default: 115200 17 enum: [4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600] 18