summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/VOCORE.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/VOCORE.dtsi')
-rw-r--r--target/linux/ramips/dts/VOCORE.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ramips/dts/VOCORE.dtsi b/target/linux/ramips/dts/VOCORE.dtsi
index ff031fab41..2acff33bda 100644
--- a/target/linux/ramips/dts/VOCORE.dtsi
+++ b/target/linux/ramips/dts/VOCORE.dtsi
@@ -12,16 +12,6 @@
i2c@900 {
status = "okay";
};
-
- spi@b00 {
- status = "okay";
-
- spidev@1 {
- compatible = "linux,spidev";
- spi-max-frequency = <10000000>;
- reg = <1>;
- };
- };
};
pinctrl {
@@ -195,3 +185,13 @@
};
};
};
+
+&spi1 {
+ status = "okay";
+
+ spidev@0 {
+ compatible = "linux,spidev";
+ spi-max-frequency = <10000000>;
+ reg = <0>;
+ };
+};