Skip to content

Commit

Permalink
ARM: dts: am33xx: add syscon compatible prm_dev device
Browse files Browse the repository at this point in the history
  • Loading branch information
Cor Peters authored and mansr committed Jul 11, 2023
1 parent ea08c8c commit c8d9a5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am33xx-l4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@

prcm_clockdomains: clockdomains {
};

prm_dev: prm_dev@f00 {
compatible = "ti,omap3-rst", "syscon";
reg = <0xf00 0x20>;
};
};
};

Expand Down

0 comments on commit c8d9a5e

Please sign in to comment.