Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9f80dd3 authored by Alexandru Gagniuc's avatar Alexandru Gagniuc Committed by Maxime Ripard
Browse files

ARM: sun4i: dt: cubieboard: Enable SPI0



Only SPI0 is enabled, as the schematic denotes it as the only SPI bus,
while other pins are reserved for different peripherals.

Signed-off-by: default avatarAlexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent ec66d0bb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -148,6 +148,12 @@
			pinctrl-0 = <&i2c1_pins_a>;
			status = "okay";
		};

		spi0: spi@01c05000 {
			pinctrl-names = "default";
			pinctrl-0 = <&spi0_pins_a>;
			status = "okay";
		};
	};

	leds {