diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2021-05-13 12:18:40 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-06-09 13:01:33 +0200 |
commit | 5790db9283c905205546c33c94f272f6d4ac03bf (patch) | |
tree | def64eeea75f46e5e1ef5bcea63c007acffaaf91 | |
parent | 6cd7a9b8506af170bc5f44f06db03d4dfed0d962 (diff) | |
download | u-boot-5790db9283c905205546c33c94f272f6d4ac03bf.zip u-boot-5790db9283c905205546c33c94f272f6d4ac03bf.tar.gz u-boot-5790db9283c905205546c33c94f272f6d4ac03bf.tar.bz2 |
ARM: dts: imxrt1050: add gpt1 node
Add gpt1 node for using it as timer.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
-rw-r--r-- | arch/arm/dts/imxrt1050.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi index b7cc3fb..6f9da3f 100644 --- a/arch/arm/dts/imxrt1050.dtsi +++ b/arch/arm/dts/imxrt1050.dtsi @@ -154,5 +154,13 @@ clock-names = "per"; status = "disabled"; }; + + gpt1: gpt1@401ec000 { + compatible = "fsl,imxrt-gpt"; + reg = <0x401ec000 0x4000>; + interrupts = <100>; + clocks = <&osc>; + status = "disabled"; + }; }; }; |