Commit 70f4ce3b authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Maxime Ripard

ARM: dts: sun8i: activate SPI on Orange Pi R1

This board has a SPI flash, activate it also in device tree by default.
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 7928b2cb
......@@ -68,6 +68,14 @@ aliases {
};
};
&spi0 {
status = "okay";
flash@0 {
compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
};
};
&ohci1 {
/*
* RTL8152B USB-Ethernet adapter is connected to USB1,
......
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