]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 22 Sep 2018 15:10:01 +0000 (17:10 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 26 Sep 2018 08:48:59 +0000 (01:48 -0700)
These are used for example on the Endless Mini (EC-100):
- I2C_A is connected to the Realtek RT5640 audio codec
- PWM_C (GPIODV_9) is connected to a PWM regulator which is used for
  VCCK (CPU voltage supply)
- UART_B is connected to the Bluetooth module (of the RTL8723BS SDIO
  wifi and Bluetooth combo chip)

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8b.dtsi

index f77e419c1c65ad647148001932493e4fbbbef68c..4bbbbc6bea8322ed0967ec671a8c5f2200ac7128 100644 (file)
                        };
                };
 
+               i2c_a_pins: i2c-a {
+                       mux {
+                               groups = "i2c_sda_a", "i2c_sck_a";
+                               function = "i2c_a";
+                       };
+               };
+
                sd_b_pins: sd-b {
                        mux {
                                groups = "sd_d0_b", "sd_d1_b", "sd_d2_b",
                                function = "sd_b";
                        };
                };
+
+               pwm_c1_pins: pwm-c1 {
+                       mux {
+                               groups = "pwm_c1";
+                               function = "pwm_c";
+                       };
+               };
+
+               uart_b0_pins: uart-b0 {
+                       mux {
+                               groups = "uart_tx_b0",
+                                      "uart_rx_b0";
+                               function = "uart_b";
+                       };
+               };
+
+               uart_b0_cts_rts_pins: uart-b0-cts-rts {
+                       mux {
+                               groups = "uart_cts_b0",
+                                      "uart_rts_b0";
+                               function = "uart_b";
+                       };
+               };
        };
 };