This patch series adds support for the brand new Raspberry Pi 3 A+ . Since there is no official DTS file yet, this one bases on a procfs dump and the dt-blob of the firmware [1]. [1] - https://github.com/raspberrypi/firmware/blob/master/extra/dt-blob.dts Changes in V5: - fix reference order of &gpio and &firmware as commented by Peter Robinson - change GPIO42 label from "NC" to "" - use GPIO label for LEDs from RPi 3 B+ schematics - add Eric's Acked-by Changes in V4: - address Phil's comment by dropping BT_ON and rename WL_ON to BT_WL_ON - drop Wifi and BT reset control and add explaining comment - add missing gpio line names - add Rob's Reviewed-by Changes in V3: - add Eric's Reviewed-by - fix wifi reset GPIO polarity Changes in V2: - add missing Makefile change for arm64 Stefan Wahren (3): dt-bindings: bcm: Add Raspberry Pi 3 A+ ARM: dts: add Raspberry Pi 3 A+ arm64: dts: broadcom: Add reference to RPi 3 A+ .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 175 +++++++++++++++++++++ arch/arm64/boot/dts/broadcom/Makefile | 3 +- .../boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts | 2 + 5 files changed, 184 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts -- 2.7.4