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:
Alastair D'Silva
2018-12-31 21:58:41 +11:00
committed by Pascal Vizeli
parent 26d427ef1d
commit 96e7e57fc4
22 changed files with 590 additions and 1 deletions

View 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

View File

@@ -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 |