Skip to content

Commit f027b55

Browse files
akanisetticarlescufi
authored andcommitted
dts: x86: intel: alder_lake: Added TGPIO instance
Enable TGPIO instance on Alder lake platform. Signed-off-by: Anisetti Avinash Krishna <[email protected]>
1 parent 8fe6e01 commit f027b55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/x86/intel/alder_lake.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,14 @@
430430
status = "okay";
431431
};
432432

433+
tgpio: tgpio@fe001200 {
434+
compatible = "intel,timeaware-gpio";
435+
reg = <0xfe001200 0x100>;
436+
timer-clock = <19200000>;
437+
max-pins = <2>;
438+
status = "okay";
439+
};
440+
433441
hpet: hpet@fed00000 {
434442
compatible = "intel,hpet";
435443
reg = <0xfed00000 0x400>;

0 commit comments

Comments
 (0)