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

Unverified Commit 4661c3af authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: sun50i: a64: Add spi flash node for sopine



The Sopine and Pine64-LTS have a winbond w25q128 spi flash on spi0.
Add a node for it.

Signed-off-by: default avatarEmmanuel Vadot <manu@freebsd.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent ce397d21
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -66,6 +66,18 @@
	};
	};
};
};


&spi0  {
	status = "okay";

	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <40000000>;
	};
};

#include "axp803.dtsi"
#include "axp803.dtsi"


&reg_aldo2 {
&reg_aldo2 {