Commit d8174422 authored by Samuel Holland's avatar Samuel Holland Committed by Chen-Yu Tsai

arm64: dts: allwinner: a64: Orange Pi Win: Add SPI flash node

The Orange Pi Win comes with 2 MB SPI flash, add the node.
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 64971e5a
...@@ -279,6 +279,18 @@ &simplefb_hdmi { ...@@ -279,6 +279,18 @@ &simplefb_hdmi {
vcc-hdmi-supply = <&reg_dldo1>; vcc-hdmi-supply = <&reg_dldo1>;
}; };
&spi0 {
status = "okay";
spi-flash@0 {
compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <80000000>;
m25p,fast-read;
status = "okay";
};
};
/* On debug connector */ /* On debug connector */
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment