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

Jared McNeill jmcneill at FreeBSD.org
Sat May 14 23:36:02 UTC 2016


Author: jmcneill
Date: Sat May 14 23:36:00 2016
New Revision: 299789
URL: https://svnweb.freebsd.org/changeset/base/299789

Log:
  Add pmic (AXP813) child node to r_rsb for Sinovoip BananaPi BPI-M3.

Modified:
  head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts

Modified: head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts	Sat May 14 23:35:11 2016	(r299788)
+++ head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts	Sat May 14 23:36:00 2016	(r299789)
@@ -95,3 +95,14 @@
 	pinctrl-0 = <&i2c2_pins_a>;
 	status = "okay";
 };
+
+&r_rsb {
+	status = "okay";
+
+	axp81x: pmic at 3a3 {
+		compatible = "x-powers,axp813";
+		reg = <0x3a3>;
+		interrupt-parent = <&nmi_intc>;
+		interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
+	};
+};


More information about the svn-src-head mailing list