1description: ns16550 UART 2 3compatible: "ns16550" 4 5include: [uart-controller.yaml, pcie-device.yaml, pinctrl-device.yaml, reset-device.yaml] 6 7properties: 8 reg-shift: 9 type: int 10 required: true 11 description: quantity to shift the register offsets by 12 13 pcp: 14 type: int 15 description: custom clock (PRV_CLOCK_PARAMS, if supported) 16 17 dlf: 18 type: int 19 description: divisor latch fraction (DLF, if supported) 20 21 io-mapped: 22 type: boolean 23 description: specify registers are IO mapped or memory mapped 24