Commit 4d286331 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add AON GPIO controller on Tegra194

The AON GPIO controller is in an always-on power partition and typically
provides pins for functions that need to always work, such as the power
key for example.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 3ae50e83
...@@ -409,6 +409,21 @@ rtc: rtc@c2a0000 { ...@@ -409,6 +409,21 @@ rtc: rtc@c2a0000 {
status = "disabled"; status = "disabled";
}; };
gpio_aon: gpio@c2f0000 {
compatible = "nvidia,tegra194-gpio-aon";
reg-names = "security", "gpio";
reg = <0xc2f0000 0x1000>,
<0xc2f1000 0x1000>;
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
pwm4: pwm@c340000 { pwm4: pwm@c340000 {
compatible = "nvidia,tegra194-pwm", compatible = "nvidia,tegra194-pwm",
"nvidia,tegra186-pwm"; "nvidia,tegra186-pwm";
......
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