ARM: dts: imxrt1020: add gpt1 node
Add gpt1 node for using it as timer. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This commit is contained in:
parent
bfdbe871a0
commit
df243c93d3
|
|
@ -129,5 +129,13 @@
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpt1: gpt1@401ec000 {
|
||||||
|
compatible = "fsl,imxrt-gpt";
|
||||||
|
reg = <0x401ec000 0x4000>;
|
||||||
|
interrupts = <100>;
|
||||||
|
clocks = <&osc>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue