mirror of https://gitee.com/openkylin/linux.git
arm64: dts: r8a7796: salvator-x: enable I2C
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
c758f4e333
commit
20b93fbb08
|
@ -111,6 +111,11 @@ scif_clk_pins: scif_clk {
|
||||||
function = "scif_clk";
|
function = "scif_clk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c2_pins: i2c2 {
|
||||||
|
groups = "i2c2_a";
|
||||||
|
function = "i2c2";
|
||||||
|
};
|
||||||
|
|
||||||
sdhi0_pins: sd0 {
|
sdhi0_pins: sd0 {
|
||||||
groups = "sdhi0_data4", "sdhi0_ctrl";
|
groups = "sdhi0_data4", "sdhi0_ctrl";
|
||||||
function = "sdhi0";
|
function = "sdhi0";
|
||||||
|
@ -208,6 +213,13 @@ &scif_clk {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c2 {
|
||||||
|
pinctrl-0 = <&i2c2_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&wdt0 {
|
&wdt0 {
|
||||||
timeout-sec = <60>;
|
timeout-sec = <60>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Reference in New Issue