diff options
| author | Paul Thacker <[email protected]> | 2016-01-28 15:30:14 +0530 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2016-02-01 22:14:00 +0100 |
| commit | 9e160ee823b44e0a63bc469d42d7d9fcab54b60b (patch) | |
| tree | 9131391b7cc016ff8733367b6960168a04edf038 /doc | |
| parent | 386d934e0b2dbe64d4b156eb64b819bdd5c7c121 (diff) | |
drivers: serial: add driver for Microchip PIC32 UART controller.
This adds PIC32 UART controller support based on driver model.
Signed-off-by: Paul Thacker <[email protected]>
Signed-off-by: Purna Chandra Mandal <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/device-tree-bindings/serial/microchip,pic32-uart.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/serial/microchip,pic32-uart.txt b/doc/device-tree-bindings/serial/microchip,pic32-uart.txt new file mode 100644 index 00000000000..f00e215cf60 --- /dev/null +++ b/doc/device-tree-bindings/serial/microchip,pic32-uart.txt @@ -0,0 +1,5 @@ +* Microchip PIC32 serial UART + +Required properties: +- compatible: must be "microchip,pic32mzda-uart". +- reg: exactly one register range. |
