Commit a3322d28 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Wei Xu

ARM: dts: hix5hd2: add ir node

Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 5d730f85
...@@ -391,7 +391,7 @@ l2: l2-cache { ...@@ -391,7 +391,7 @@ l2: l2-cache {
}; };
sysctrl: system-controller@00000000 { sysctrl: system-controller@00000000 {
compatible = "hisilicon,sysctrl"; compatible = "hisilicon,sysctrl", "syscon";
reg = <0x00000000 0x1000>; reg = <0x00000000 0x1000>;
reboot-offset = <0x4>; reboot-offset = <0x4>;
}; };
...@@ -478,5 +478,13 @@ ahci: sata@1900000 { ...@@ -478,5 +478,13 @@ ahci: sata@1900000 {
interrupts = <0 70 4>; interrupts = <0 70 4>;
clocks = <&clock HIX5HD2_SATA_CLK>; clocks = <&clock HIX5HD2_SATA_CLK>;
}; };
ir: ir@001000 {
compatible = "hisilicon,hix5hd2-ir";
reg = <0x001000 0x1000>;
interrupts = <0 47 4>;
clocks = <&clock HIX5HD2_FIXED_24M>;
hisilicon,power-syscon = <&sysctrl>;
};
}; };
}; };
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