Commit 11239fe6 authored by Harald Geyer's avatar Harald Geyer Committed by Maxime Ripard

arm64: dts: allwinner: a64: Add i2c0 pins

Add the proper pin group node to reference in board files.
Reviewed-by: default avatarAndre Przywara <andre.przywara@arm.com>
Signed-off-by: default avatarHarald Geyer <harald@ccbib.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 494d8367
...@@ -309,6 +309,11 @@ pio: pinctrl@1c20800 { ...@@ -309,6 +309,11 @@ pio: pinctrl@1c20800 {
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
i2c0_pins: i2c0_pins {
pins = "PH0", "PH1";
function = "i2c0";
};
i2c1_pins: i2c1_pins { i2c1_pins: i2c1_pins {
pins = "PH2", "PH3"; pins = "PH2", "PH3";
function = "i2c1"; function = "i2c1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment