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: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Alexandru Gagniuc 2014-12-08 04:14:02 -06:00 committed by Maxime Ripard
parent ec66d0bb3d
commit c9f80dd3b1

View File

@ -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 {