Skip to content

Commit 9cd1c6c

Browse files
committed
kernel: BCM270X_DT: at86rf233 overlay - drop to 3MHz
See: raspberrypi/linux#1294 kernel: config: Enable HCI over UARTs kernel: Add 1-bit SDIO with the minimum pins required for that mode: GPIOs 22-25 See: raspberrypi/linux#1301 kernel: ASoC: bcm: add missing .owner fields in sound card drivers See: raspberrypi/linux#1300 kernel: Add overlay and enable support for QCA7000 board See: raspberrypi/linux#1308 kernel: bcm2835-virtgpio: Virtual GPIO driver kernel: BCM270X_DT: Add Pi3 support firmware: arm_ldconfig: Use arm_loader API for determining clock frequencies
1 parent 35282eb commit 9cd1c6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+66023
-65973
lines changed

boot/bcm2710-rpi-3-b.dtb

12.5 KB
Binary file not shown.

boot/kernel.img

-144 Bytes
Binary file not shown.

boot/kernel7.img

1.8 KB
Binary file not shown.

boot/overlays/README

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,14 @@ Params: pin Output pin (default 18) - see table
567567
clock PWM clock frequency (informational)
568568

569569

570+
Name: qca7000
571+
Info: I2SE's Evaluation Board for PLC Stamp micro
572+
Load: dtoverlay=qca7000,<param>=<val>
573+
Params: int_pin GPIO pin for interrupt signal (default 23)
574+
575+
speed SPI bus speed (default 12 MHz)
576+
577+
570578
Name: raspidac3
571579
Info: Configures the RaspiDAV Rev.3x audio card
572580
Load: dtoverlay=raspidac3
@@ -654,6 +662,27 @@ Params: overclock_50 SD Clock (in MHz) to use when the MMC framework
654662
bus_width Set the SDIO host bus width (default 4 bits)
655663

656664

665+
Name: sdio-1bit
666+
Info: Selects the bcm2835-sdhost SD/MMC driver, optionally with overclock,
667+
and enables 1-bit SDIO via GPIOs 22-25.
668+
Load: dtoverlay=sdio-1bit,<param>=<val>
669+
Params: overclock_50 SD Clock (in MHz) to use when the MMC framework
670+
requests 50MHz
671+
672+
sdio_overclock SDIO Clock (in MHz) to use when the MMC
673+
framework requests 50MHz
674+
675+
force_pio Disable DMA support (default off)
676+
677+
pio_limit Number of blocks above which to use DMA
678+
(default 1)
679+
680+
debug Enable debug output (default off)
681+
682+
poll_once Disable SDIO-device polling every second
683+
(default on: polling once at boot-time)
684+
685+
657686
Name: smi
658687
Info: Enables the Secondary Memory Interface peripheral. Uses GPIOs 2-25!
659688
Load: dtoverlay=smi

boot/overlays/qca7000-overlay.dtb

1.32 KB
Binary file not shown.

boot/start.elf

0 Bytes
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_db.elf

0 Bytes
Binary file not shown.

boot/start_x.elf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)