Skip to content

Commit

Permalink
arm64: dts: mt8192: add pwrap node
Browse files Browse the repository at this point in the history
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 Feb 5, 2021
1 parent 410d202 commit 8932784
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8192.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,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";
Expand Down

0 comments on commit 8932784

Please sign in to comment.