Skip to content
Permalink
Browse files
arm64: dts: mt8192: add pwrap node
Add pwrap node to SOC MT8192.

Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
  • Loading branch information
hsin-hsiung authored and intel-lab-lkp committed Mar 12, 2021
1 parent e802976 commit 633343006e274e712f78aa1d4d2fdd213f596443
Showing 1 changed file with 12 additions and 0 deletions.
@@ -291,6 +291,18 @@
clock-names = "clk13m";
};

pwrap: pwrap@10026000 {
compatible = "mediatek,mt6873-pwrap";
reg = <0 0x10026000 0 0x1000>;
reg-names = "pwrap";
interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&infracfg CLK_INFRA_PMIC_AP>,
<&infracfg CLK_INFRA_PMIC_TMR>;
clock-names = "spi", "wrap";
assigned-clocks = <&topckgen CLK_TOP_PWRAP_ULPOSC_SEL>;
assigned-clock-parents = <&topckgen CLK_TOP_OSC_D10>;
};

uart0: serial@11002000 {
compatible = "mediatek,mt8192-uart",
"mediatek,mt6577-uart";

0 comments on commit 6333430

Please sign in to comment.