Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d501841f authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun5i: Add simplefb node



Add a simplefb template node for u-boot to further fill and activate.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 5790d4ee
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,18 @@
		serial3 = &uart3;
		serial3 = &uart3;
	};
	};


	chosen {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		framebuffer0-hdmi {
			compatible = "simple-framebuffer";
			clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>;
			status = "disabled";
		};
	};

	cpus {
	cpus {
		cpu@0 {
		cpu@0 {
			compatible = "arm,cortex-a8";
			compatible = "arm,cortex-a8";