ARM: dts: arti533-compy: add the nodes relevant to spi/i2c/serial
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 22 Jun 2018 02:27:02 +0000 (11:27 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:38 +0000 (11:25 +0900)
Add the nodes relevant to spi/i2c/serial.

Change-Id: Ia578cf93f46c271c3836d8fbb94bcdbda15a77c7
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/boot/dts/s5p4418-artik533-compy.dts

index 9bf0897..92a0b92 100644 (file)
@@ -64,6 +64,7 @@
                i2c5 = &i2c_gpio5;
                i2c6 = &i2c_gpio6;
                i2c7 = &i2c_gpio7;
+               i2c10 = &i2c_gpio10;
        };
 
        nx-v4l2 {
                #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";
        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 {