Commit 96a4ca7
committed
rpi: add uart device_path
Currently there is no device_path registered for UART in Raspberry Pi
source. This will hinder the working of UART driver in mraa.
So, register the device_path with '/dev/serial0' as most of the
raspbian images make this as a soft link to _real_ UART port by
default.
Tested-on: Raspberry pi 3 model B
Signed-off-by: Manivannan Sadhasivam <[email protected]>1 parent 02963b7 commit 96a4ca7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
| 837 | + | |
837 | 838 | | |
838 | 839 | | |
839 | 840 | | |
| |||
0 commit comments