dts: x86: intel: alder_lake: Added PWM instance
Added PWM instance and enabled it for ADL platform. Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
This commit is contained in:
parent
3ec8615e25
commit
b81516f70e
2 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ toolchain:
|
||||||
ram: 2048
|
ram: 2048
|
||||||
supported:
|
supported:
|
||||||
- watchdog
|
- watchdog
|
||||||
|
- pwm
|
||||||
testing:
|
testing:
|
||||||
timeout_multiplier: 4
|
timeout_multiplier: 4
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
|
|
|
||||||
|
|
@ -119,5 +119,15 @@
|
||||||
reg = <0x0400 0x20>;
|
reg = <0x0400 0x20>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwm0: pwm0@fd6d0000 {
|
||||||
|
compatible = "intel,blinky-pwm";
|
||||||
|
reg = <0xfd6d0000 0x400>;
|
||||||
|
reg-offset = <0x204>;
|
||||||
|
clock-frequency = <32768>;
|
||||||
|
max-pins = <1>;
|
||||||
|
#pwm-cells = <2>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue