summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2018-06-22 11:27:02 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2019-01-29 11:25:38 +0900
commit0ce6e51c4462244e11d83d63a3faecb7e495e3eb (patch)
tree7b604ab7069e6d81f9eb5ccda290141aee038e6d
parent6350be2d970b4dd90f58910f6c0456a2b489d8b0 (diff)
downloadlinux-artik7-0ce6e51c4462244e11d83d63a3faecb7e495e3eb.tar.gz
linux-artik7-0ce6e51c4462244e11d83d63a3faecb7e495e3eb.tar.bz2
linux-artik7-0ce6e51c4462244e11d83d63a3faecb7e495e3eb.zip
ARM: dts: arti533-compy: add the nodes relevant to spi/i2c/serial
Add the nodes relevant to spi/i2c/serial. Change-Id: Ia578cf93f46c271c3836d8fbb94bcdbda15a77c7 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r--arch/arm/boot/dts/s5p4418-artik533-compy.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/s5p4418-artik533-compy.dts b/arch/arm/boot/dts/s5p4418-artik533-compy.dts
index 9bf0897c4919..92a0b927c9eb 100644
--- a/arch/arm/boot/dts/s5p4418-artik533-compy.dts
+++ b/arch/arm/boot/dts/s5p4418-artik533-compy.dts
@@ -64,6 +64,7 @@
i2c5 = &i2c_gpio5;
i2c6 = &i2c_gpio6;
i2c7 = &i2c_gpio7;
+ i2c10 = &i2c_gpio10;
};
nx-v4l2 {
@@ -411,6 +412,17 @@
#size-cells = <0>;
};
+ i2c_gpio10: i2c@10 {
+ compatible = "i2c-gpio";
+ gpios = <&gpio_b 18 0 /* sda */
+ &gpio_b 11 0 /* scl */
+ >;
+ i2c-gpio,delay-us = <3>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "okay";
+ };
+
sound0: sound@0 {
compatible = "simple-audio-card";
simple-audio-card,name = "Artik530 raptor Audio";
@@ -565,6 +577,23 @@
pinctrl-0 = <&serial1_pin>, <&serial1_flow_cts>, <&serial1_flow_rts>;
};
+&serial4 {
+ status = "okay";
+};
+
+&spi_2 {
+ status = "okay";
+ cs-gpios = <&gpio_c 10 0>;
+ spidev@0 {
+ compatible = "linux,spidev";
+ reg = <0>;
+ spi-max-frequency = <10000000>;
+ controller-data {
+ samsung,spi-feedback-delay = <0>;
+ };
+ };
+};
+
&dp_drm {
status = "okay";
ports {