未验证 提交 6461315e 编写于 作者: E Emmanuel Vadot 提交者: 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: NEmmanuel Vadot <manu@freebsd.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
上级 4661c3af
......@@ -207,6 +207,18 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册