-
-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy pathREADME.rockchip-overlays
More file actions
90 lines (67 loc) · 2.63 KB
/
README.rockchip-overlays
File metadata and controls
90 lines (67 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
This document describes overlays provided in the kernel packages
For generic Armbian overlays documentation please see
https://docs.armbian.com/User-Guide_Armbian_overlays/
### Platform:
rockchip (Rockchip)
with vendor-kernel
### Provided overlays:
for RK3506:
- disable-ethernet0
- disable-ethernet1
for Forlinx OK3506-S12:
- spi0-1cs-spidev
- spi0-2cs-spidev
- spi1-1cs-spidev
- spi1-2cs-spidev
for Luckfox Lyra Plus:
- spi0-1cs-spidev
- spi0-1cs_rmio13-spidev
- spi0-2cs-spidev
for Luckfox Lyra Ultra W:
- spi0-1cs-spidev
for Luckfox Lyra Zero W:
- spi0-1cs-spidev
- spi0-2cs-spidev
- spi1-1cs-spidev
- spi1-2cs-spidev
### Overlay details:
### rk3506-disable-ethernet0
Disables `end0` ethernet adapter (`gmac0`, `mdio0`) to save power.
### rk3506-disable-ethernet1
Disables `end1` ethernet adapter (`gmac1`, `mdio1`) to save power.
### forlinx-ok3506-s12-spi0-1cs-spidev
Enables SPI0 spidev on forlinx-ok3506-s12 with one chipselect.
Compatible with Raspberry Pi 'spi0-1cs' hats.
### forlinx-ok3506-s12-spi0-2cs-spidev
Enables SPI0 spidev on forlinx-ok3506-s12 with two chipselects.
Compatible with Raspberry Pi 'spi0-2cs' hats.
### forlinx-ok3506-s12-spi1-1cs-spidev
Enables SPI1 spidev on forlinx-ok3506-s12 with one chipselect.
Compatible with Raspberry Pi 'spi1-1cs' hats.
### forlinx-ok3506-s12-spi1-2cs-spidev
Enables SPI1 spidev on forlinx-ok3506-s12 with two chipselects.
Compatible with Raspberry Pi 'spi1-2cs' hats.
### luckfox-lyra-plus-spi0-1cs-spidev
Enables SPI0 spidev on luckfox-lyra-plus with one chipselect (CS0 = RM_IO8).
Retains pin-compatibility with Luckfox Pico Plus.
### luckfox-lyra-plus-spi0-1cs_rmio13-spidev
Enables SPI0 spidev on luckfox-lyra-plus with CS0 on RM_IO13.
For Waveshare Pi Pico LoRa Hat which uses RM_IO13 as CS.
### luckfox-lyra-plus-spi0-2cs-spidev
Enables SPI0 spidev on luckfox-lyra-plus with two chipselects.
Retains pin-compatibility with Luckfox Pico Plus.
### luckfox-lyra-ultra-w-spi0-1cs-spidev
Enables SPI0 spidev on luckfox-lyra-ultra-w with one chipselect.
Retains pin-compatibility with Luckfox Pico Ultra.
### luckfox-lyra-zero-w-spi0-1cs-spidev
Enables SPI0 spidev on luckfox-lyra-zero-w with one chipselect.
Compatible with Raspberry Pi 'spi0-1cs' hats.
### luckfox-lyra-zero-w-spi0-2cs-spidev
Enables SPI0 spidev on luckfox-lyra-zero-w with two chipselects.
Compatible with Raspberry Pi 'spi0-2cs' hats.
### luckfox-lyra-zero-w-spi1-1cs-spidev
Enables SPI1 spidev on luckfox-lyra-zero-w with one chipselect.
Compatible with Raspberry Pi 'spi1-1cs' hats.
### luckfox-lyra-zero-w-spi1-2cs-spidev
Enables SPI1 spidev on luckfox-lyra-zero-w with two chipselects.
Compatible with Raspberry Pi 'spi1-2cs' hats.