summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-12-13 19:27:23 +0000
committerian <ian@FreeBSD.org>2013-12-13 19:27:23 +0000
commit79d2bad50bd7f877227316660e981e5463714b5d (patch)
tree1811fa8c932a6e07b5a3e67ed7df5c6a7cc5fdbd /sys/boot
parent733bb57871c94bbe4ac830be91cd5f3c62c9a75f (diff)
downloadFreeBSD-src-79d2bad50bd7f877227316660e981e5463714b5d.zip
FreeBSD-src-79d2bad50bd7f877227316660e981e5463714b5d.tar.gz
MFC r257062: Add the Raspberry Pi SPI controller driver.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/bcm2835.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/bcm2835.dtsi b/sys/boot/fdt/dts/bcm2835.dtsi
index 8078ee4..395a442 100644
--- a/sys/boot/fdt/dts/bcm2835.dtsi
+++ b/sys/boot/fdt/dts/bcm2835.dtsi
@@ -396,6 +396,14 @@
};
};
+ spi0 {
+ compatible = "broadcom,bcm2835-spi",
+ "broadcom,bcm2708-spi";
+ reg = <0x204000 0x20>;
+ interrupts = <62>;
+ interrupt-parent = <&intc>;
+ };
+
dma: dma {
compatible = "broadcom,bcm2835-dma",
"broadcom,bcm2708-dma";
OpenPOWER on IntegriCloud