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

Jared McNeill jmcneill at FreeBSD.org
Sun Mar 13 01:49:37 UTC 2016


Author: jmcneill
Date: Sun Mar 13 01:49:36 2016
New Revision: 296790
URL: https://svnweb.freebsd.org/changeset/base/296790

Log:
  Add HDMI device nodes to Banana Pi dts.
  
  PR:		207912
  Approved by:	gonzo (mentor)

Modified:
  head/sys/boot/fdt/dts/arm/bananapi.dts

Modified: head/sys/boot/fdt/dts/arm/bananapi.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/bananapi.dts	Sun Mar 13 01:47:42 2016	(r296789)
+++ head/sys/boot/fdt/dts/arm/bananapi.dts	Sun Mar 13 01:49:36 2016	(r296790)
@@ -74,6 +74,21 @@
 		ahci: sata at 01c18000 {
 			status = "okay";
 		};
+
+		hdmi: hdmi at 01c16000 {
+			compatible = "allwinner,sun7i-a20-hdmi";
+			reg = <0x01c16000 0x1000>;
+		};
+
+		hdmiaudio {
+			compatible = "allwinner,sun7i-a20-hdmiaudio";
+		};
+
+		fb: fb at 01e60000 {
+			compatible = "allwinner,sun7i-a20-fb";
+			reg = <0x01e60000 0x10000>,     /* DEBE0 */
+			      <0x01c0c000 0x1000>;      /* LCD0 */
+		};
 	};
 
 	leds {


More information about the svn-src-head mailing list