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 authored and jhedberg committed Jul 12, 2023
1 parent d982ea5 commit 1fa3416
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dts/x86/intel/raptor_lake.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,16 @@
status = "okay";
};

pwm0: pwm@e06a0000 {
compatible = "intel,blinky-pwm";
reg = <0xe06a0000 0x400>;
reg-offset = <0x304>;
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 1fa3416

Please sign in to comment.