snap-pi:20-arm64

Last commit made on 2022-02-09
Get this branch:
git clone -b 20-arm64 https://git.launchpad.net/snap-pi

Branch merges

Branch information

Name:
20-arm64
Repository:
lp:snap-pi

Recent commits

fc26d76... by Dave Jones

Merge branch 'degville-gm-pgadget-rme' into 20-arm64

bc6dc9f... by Dave Jones

README.md: Minor changes

Checked all links, corrected one, added a couple of missing headings

4eaa22b... by Dave Jones

Merge branch 'gm-pgadget-rme' of https://github.com/degville/pi-gadget into degville-gm-pgadget-rme

ce0995f... by Dave Jones

Update README with all branches

a931415... by Dave Jones

Add aux SPI interfaces (Pi 4 only)

There's apparently no standard for naming these things, and we've
already got serial0 (no dash-separator), bcm-gpio-22 (dash-separators),
i2c-4 (dash-separator), pwm0 (no dash-separator), and unfortunately
spidev0 and spidev1 (which are actually chip selects 0 and 1 of SPI
interface 0).

In a vague attempt to make these semi-guessable for those that wish to
use them, I named them spidev1-0 (for chip select 0 of SPI interface 1),
spidev2-1 (for chip select 1 of SPI interface 2), etc. This deviates
from the existing spidev0 and spidev1 (which I'd love to rename to
spidev0-0 and spidev0-1, but can't in case someone's relying on them),
however all the alternatives seem somehow worse.

7bb9424... by Jonathan Fether <email address hidden>

Add i2c-3 through i2c-6 for Raspberry Pi 4

These I2C busses are available on Raspberry Pi 4, eg:

```
dtparam=i2c_arm=on,i2c_arm_baudrate=400000
dtoverlay=i2c3,pins_4_5,baudrate=400000
dtoverlay=i2c4,pins_6_7,baudrate=400000
dtoverlay=i2c5,pins_10_11,baudrate=400000
dtoverlay=i2c6,pins_22_23,baudrate=400000
```

9c151a9... by Dave Jones

Add arm_boost to raise base clock on C0 steppings of the 2711

a0cf517... by Dave Jones

Add [cm4] section to enable keyboard on IO boards

e599497... by Dave Jones

Fix up u-boot ref for [pi0] section

6500968... by William Wilson

Expose slots for pwm and ttyS0-9