Browse Source

dts: x86: raptor_lake: Added timeaware gpio instance

Added timeaware gpio instance in raptorlake dtsi

Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
pull/63315/head
Anisetti Avinash Krishna 2 years ago committed by Carles Cufí
parent
commit
ea2094e636
  1. 8
      dts/x86/intel/raptor_lake.dtsi

8
dts/x86/intel/raptor_lake.dtsi

@ -584,6 +584,14 @@ @@ -584,6 +584,14 @@
status = "okay";
};
tgpio: tgpio@fe001200 {
compatible = "intel,timeaware-gpio";
reg = <0xfe001200 0x100>;
timer-clock = <19200000>;
max-pins = <2>;
status = "okay";
};
hpet: hpet@fed00000 {
compatible = "intel,hpet";
reg = <0xfed00000 0x400>;

Loading…
Cancel
Save