arm64: dts: mt8173: Add PMIC wrapper device node
This adds the device node for the PMIC wrapper. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
0e84faa163
commit
6cf15fc2a1
|
@ -14,6 +14,7 @@
|
||||||
#include <dt-bindings/clock/mt8173-clk.h>
|
#include <dt-bindings/clock/mt8173-clk.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
|
#include <dt-bindings/reset-controller/mt8173-resets.h>
|
||||||
#include "mt8173-pinfunc.h"
|
#include "mt8173-pinfunc.h"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
@ -159,6 +160,17 @@
|
||||||
reg = <0 0x10005000 0 0x1000>;
|
reg = <0 0x10005000 0 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwrap: pwrap@1000d000 {
|
||||||
|
compatible = "mediatek,mt8173-pwrap";
|
||||||
|
reg = <0 0x1000d000 0 0x1000>;
|
||||||
|
reg-names = "pwrap";
|
||||||
|
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
resets = <&infracfg MT8173_INFRA_PMIC_WRAP_RST>;
|
||||||
|
reset-names = "pwrap";
|
||||||
|
clocks = <&infracfg CLK_INFRA_PMICSPI>, <&infracfg CLK_INFRA_PMICWRAP>;
|
||||||
|
clock-names = "spi", "wrap";
|
||||||
|
};
|
||||||
|
|
||||||
sysirq: intpol-controller@10200620 {
|
sysirq: intpol-controller@10200620 {
|
||||||
compatible = "mediatek,mt8173-sysirq",
|
compatible = "mediatek,mt8173-sysirq",
|
||||||
"mediatek,mt6577-sysirq";
|
"mediatek,mt6577-sysirq";
|
||||||
|
|
Loading…
Reference in New Issue