Private
Public Access
2
0

rockpi4: add model c support

Signed-off-by: akgnah <1024@setq.me>
This commit is contained in:
akgnah
2020-07-13 18:28:02 +08:00
committed by Propanu
parent da36b7ae84
commit 710106d99f
4 changed files with 26 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ Rock Pi 4 A/B Single Board Computer {#_rockpi}
ROCK Pi 4 is a Rockchip RK3399 based SBC(Single Board Computer) by Radxa. It can run android or some Linux distributions. ROCK Pi 4 features a six core ARM processor, 64bit dual channel 3200Mb/s LPDDR4, up to 4K@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, 802.11 ac WIFI, Bluetooth 5.0, USB Port, GbE LAN, 40-pin color expansion header, RTC. Also, ROCK Pi 4 supports USB PD and QC powering.
ROCK Pi 4 comes in two models, Model A and Model B, each model has 1GB, 2GB or 4GB ram options. for detailed difference of Model A and Model B, please check Specifications.
ROCK Pi 4 comes in three models, Model A and Model B has 1GB, 2GB or 4GB ram options, Model C has 4GB ram only. For detailed difference of three models, please check Specifications.
Board Support
-------------
@@ -14,8 +14,8 @@ Interface notes
---------------
- **UART**: ttyS0 not usable, use ttyS2 and ttyS4
- UART2 is enabled as U-boot and Linux serial console by default. Check Rockpi4/dev/serial-console to use. Check Rockpi4/hardware/devtree_overlays to disable serial console on UART2.
- UART2 & UART4 support a wide range of baud rate. It includes but not is not limited to the following baud rates. For instance, 115200bps. 500000bps, 1500000bps and so on.
- UART2 is enabled as U-boot and Linux serial console by default. Check Rockpi4/dev/serial-console to use. Check Rockpi4/hardware/devtree_overlays to disable serial console on UART2.
- UART2 & UART4 support a wide range of baud rate. It includes but not is not limited to the following baud rates. For instance, 115200bps. 500000bps, 1500000bps and so on.
- Function marked with color orange is the default function of this pin.
- Except Pins for power supply, all pins are laid out directly to Soc RK3399.
- For pin 3, 5, 27, 28, 29 and 31, each pin is connected to the 3.0V supply through a 4.7K pull-up resistor.
@@ -34,7 +34,7 @@ PROCK Pi 4 has a 40-pin expansion header. Each pin is distinguished by color.
| | +3.3V | 1 | 2 | +5.0V | |
| | I2C7_SDA | 3 | 4 | +5.0V | |
| | I2C7_SCL | 5 | 6 | GND | |
| | SPI2_CLK | 7 | 8 | UART2_TXD | |
| | SPI2_CLK | 7 | 8 | UART2_TXD | |
| | GND | 9 | 10 | UART2_RXD | |
| | PWM0 | 11 | 12 | I2S1_SCLK | |
| | PWM1 | 13 | 14 | GND | |
@@ -46,13 +46,12 @@ PROCK Pi 4 has a 40-pin expansion header. Each pin is distinguished by color.
| | GND | 25 | 26 | ADC_IN0 | |
| | I2C2_SDA | 27 | 28 | I2C2_CLK | |
| I2C6_SCL | SPI2_TXD | 29 | 30 | GND | |
| I2C6_SDA | SPI2_RXD | 31 | 32 | SPDIF_TX | UART3_CTSn |
| I2C6_SDA | SPI2_RXD | 31 | 32 | SPDIF_TX | UART3_CTSn |
| | SPI2_CSn | 33 | 34 | GND | |
| | I2S1_LRCK_TX| 35 | 36 | I2S1_LRCK_RX | |
| | GPIO4_D6 | 37 | 38 | I2S1_SDI | |
| | GPIO4_D6 | 37 | 38 | I2S1_SDI | |
| | GND | 39 | 40 | I2S1_SDO | |
Resources
---------