Commit 6461315e authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Maxime Ripard

arm64: dts: allwinner: sun50i: h5: Add spi flash node for OrangePi PC2

The OrangePi PC2 have an mx25l1606e spi flash.
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 4661c3af
......@@ -207,6 +207,18 @@ &ohci3 {
status = "okay";
};
&spi0 {
status = "okay";
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
};
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
......
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