Add support for the Orange Pi Prime (#298)
* Add support for the Orange Pi Prime Signed-off-by: Alastair D'Silva <alastair@d-silva.org> * Update opi_prime_defconfig * Delete kernel.config * Update opi_prime_defconfig
This commit is contained in:
committed by
Pascal Vizeli
parent
26d427ef1d
commit
96e7e57fc4
20
Documentation/boards/orangepi.md
Normal file
20
Documentation/boards/orangepi.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Raspberry PI
|
||||
|
||||
Supported Hardware:
|
||||
|
||||
| Device | Board |
|
||||
|--------|-----------|
|
||||
| Orange Pi Prime | opi-prime |
|
||||
|
||||
## Serial console
|
||||
|
||||
The serial port on the Orange Pi Prime is a 3 pin header located between the
|
||||
power and reset buttons. The pins are labelled away from the board edge. Flow
|
||||
control must be disabled in order to send data. The serial specs are 3.3V TTL,
|
||||
115200,8,n,1
|
||||
|
||||
## I2C
|
||||
|
||||
Add `dtparam=i2c0=on` to `cmdline.txt`
|
||||
|
||||
[config]: ../configuration.md#automatic
|
||||
@@ -7,4 +7,5 @@
|
||||
| Raspberry Pi | 4.14.81 |
|
||||
| Tinker Board | 4.14.82 |
|
||||
| Odroid-C2 | 4.18.20 |
|
||||
| Orangepi-Prime | 4.18.20 |
|
||||
| Intel NUC | 4.14.82 |
|
||||
|
||||
Reference in New Issue
Block a user