Commit c01a6cc6 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger

arm64: dts: mediatek: mt6795: Add PMIC Wrapper node

Add the pwrap node: this is used to communicate with the PMIC(s).
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230412112739.160376-22-angelogioacchino.delregno@collabora.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 06254e9f
......@@ -374,6 +374,17 @@ timer: timer@10008000 {
clocks = <&system_clk>, <&clk32k>;
};
pwrap: pwrap@1000d000 {
compatible = "mediatek,mt6795-pwrap";
reg = <0 0x1000d000 0 0x1000>;
reg-names = "pwrap";
interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
resets = <&infracfg MT6795_INFRA_RST0_PMIC_WRAP_RST>;
reset-names = "pwrap";
clocks = <&topckgen CLK_TOP_PMICSPI_SEL>, <&clk26m>;
clock-names = "spi", "wrap";
};
sysirq: intpol-controller@10200620 {
compatible = "mediatek,mt6795-sysirq",
"mediatek,mt6577-sysirq";
......
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