svn commit: r299779 - head/sys/boot/fdt/dts/arm

Jared McNeill jmcneill at FreeBSD.org
Sat May 14 23:22:53 UTC 2016


Author: jmcneill
Date: Sat May 14 23:22:52 2016
New Revision: 299779
URL: https://svnweb.freebsd.org/changeset/base/299779

Log:
  Add node for A83T NMI interrupt controller.

Modified:
  head/sys/boot/fdt/dts/arm/a83t.dtsi

Modified: head/sys/boot/fdt/dts/arm/a83t.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/a83t.dtsi	Sat May 14 23:22:38 2016	(r299778)
+++ head/sys/boot/fdt/dts/arm/a83t.dtsi	Sat May 14 23:22:52 2016	(r299779)
@@ -89,6 +89,14 @@
 	};
 
 	soc {
+		nmi_intc: interrupt-controller at 01f00c0c {
+			compatible = "allwinner,sun6i-a31-sc-nmi";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			reg = <0x01f00c0c 0x38>;
+			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+		};
+
 		i2c0: i2c at 01c2ac00 {
 			compatible = "allwinner,sun8i-a83t-i2c";
 			reg = <0x01c2ac00 0x400>;


More information about the svn-src-head mailing list