Commit 86be7408 authored by Clément Péron's avatar Clément Péron Committed by Maxime Ripard

arm64: dts: allwinner: h6: Enable IR on H6 boards

Beelink GS1, OrangePi H6 boards and Pine H64 have an IR receiver.

Enable it in their device-tree.
Signed-off-by: default avatarClément Péron <peron.clem@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 9267811a
...@@ -232,6 +232,10 @@ sw { ...@@ -232,6 +232,10 @@ sw {
}; };
}; };
&r_ir {
status = "okay";
};
&r_pio { &r_pio {
/* /*
* PL0 and PL1 are used for PMIC I2C * PL0 and PL1 are used for PMIC I2C
......
...@@ -189,6 +189,10 @@ sw { ...@@ -189,6 +189,10 @@ sw {
}; };
}; };
&r_ir {
status = "okay";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_ph_pins>; pinctrl-0 = <&uart0_ph_pins>;
......
...@@ -255,6 +255,10 @@ pcf8563: rtc@51 { ...@@ -255,6 +255,10 @@ pcf8563: rtc@51 {
}; };
}; };
&r_ir {
status = "okay";
};
&r_pio { &r_pio {
vcc-pm-supply = <&reg_aldo1>; vcc-pm-supply = <&reg_aldo1>;
}; };
......
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