[PATCH 2/3] ARM: dts: aspeed: Add node for AST2600 I2C
Jamin Lin
jamin_lin at aspeedtech.com
Wed May 19 18:04:28 AEST 2021
Add node to get the global register of i2c for AST2600.
Signed-off-by: Jamin Lin <jamin_lin at aspeedtech.com>
---
arch/arm/boot/dts/aspeed-g6.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
index f96607b7b4e2..998d55a16c5c 100644
--- a/arch/arm/boot/dts/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed-g6.dtsi
@@ -674,6 +674,14 @@
#include "aspeed-g6-pinctrl.dtsi"
&i2c {
+
+ i2c_gr: i2c-global-regs at 0 {
+ compatible = "aspeed,ast2600-i2c-global", "syscon";
+ reg = <0x0 0x20>;
+ clocks = <&syscon ASPEED_CLK_APB2>;
+ resets = <&syscon ASPEED_RESET_I2C>;
+ };
+
i2c0: i2c-bus at 80 {
#address-cells = <1>;
#size-cells = <0>;
--
2.17.1
More information about the Linux-aspeed
mailing list