Skip to content

Commit

Permalink
ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for I2C1 at PE bank
Browse files Browse the repository at this point in the history
I2C1 controller is available at PE bank, usually used for
connecting an I2C-controlled camera sensor.

Add pinctrl node for it.

Signed-off-by: Icenowy Zheng <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
Icenowy authored and mripard committed Sep 28, 2020
1 parent e174afa commit b5a2221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/sun8i-v3s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@
function = "i2c0";
};

/omit-if-no-ref/
i2c1_pe_pins: i2c1-pe-pins {
pins = "PE21", "PE22";
function = "i2c1";
};

uart0_pb_pins: uart0-pb-pins {
pins = "PB8", "PB9";
function = "uart0";
Expand Down

0 comments on commit b5a2221

Please sign in to comment.