Skip to content

Commit

Permalink
overlays: Add overlay_map
Browse files Browse the repository at this point in the history
The overlay map permits platform-specific overlays, with deprecation
and renaming.

See: #3520

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell committed Apr 6, 2020
1 parent e880285 commit 48f91c2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/overlays/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Overlays for the Raspberry Pi platform

dtb-$(CONFIG_ARCH_BCM2835) += overlay_map.dtb

dtbo-$(CONFIG_ARCH_BCM2835) += \
act-led.dtbo \
adau1977-adc.dtbo \
Expand Down
71 changes: 71 additions & 0 deletions arch/arm/boot/dts/overlays/overlay_map.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
/dts-v1/;

/ {
i2c3 {
bcm2711;
};

i2c4 {
bcm2711;
};

i2c5 {
bcm2711;
};

i2c6 {
bcm2711;
};

rpivid-v4l2 {
bcm2711;
};

spi3-1cs {
bcm2711;
};

spi3-2cs {
bcm2711;
};

spi4-1cs {
bcm2711;
};

spi4-2cs {
bcm2711;
};

spi5-1cs {
bcm2711;
};

spi5-2cs {
bcm2711;
};

spi6-1cs {
bcm2711;
};

spi6-2cs {
bcm2711;
};

uart2 {
bcm2711;
};

uart3 {
bcm2711;
};

uart4 {
bcm2711;
};

uart5 {
bcm2711;
};
};

0 comments on commit 48f91c2

Please sign in to comment.