1
0
Fork 0

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: Emmanuel Vadot <manu@freebsd.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
hifive-unleashed-5.1
Emmanuel Vadot 2018-05-21 13:54:13 +02:00 committed by Maxime Ripard
parent ce397d215c
commit 4661c3afef
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 12 additions and 0 deletions

View File

@ -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"
&reg_aldo2 {