Skip to content

Commit

Permalink
dts: raptor_lake: Add pwm node for raptorlake
Browse files Browse the repository at this point in the history
Adds pwm node for intel raptorlake pch pwm blink IP

Signed-off-by: Anisetti Avinash Krishna <[email protected]>
  • Loading branch information
akanisetti committed Jul 6, 2023
1 parent bd493c3 commit 9aa40d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/x86/intel/raptor_lake.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,15 @@
status = "okay";
};

pwm0: pwm@e06a0000 {
compatible = "intel,blinky-pwm";
reg = <0xe06a0000 0x400>;
clock-frequency = <32768>;
max-pins = <1>;
#pwm-cells = <2>;
status = "okay";
};

rtc: counter: rtc@70 {
compatible = "motorola,mc146818";
reg = <0x70 0x0D 0x71 0x0D>;
Expand Down

0 comments on commit 9aa40d9

Please sign in to comment.