diff options
author | Grygorii Strashko <[email protected]> | 2020-06-13 19:43:46 +0300 |
---|---|---|
committer | Tero Kristo <[email protected]> | 2020-06-22 10:39:18 +0300 |
commit | 23d160ef6385eb10b8ef0fb9f92798ce2dd4ba23 (patch) | |
tree | 5df7807f131816d670bf60a28fd6487dd7203760 | |
parent | 32369aa1f8869736f24143021d976ec77f7c390c (diff) |
arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid module node
Add DT node for the Texas Instruments K3 Multicore J721E SoC platforms
chipid module.
Signed-off-by: Grygorii Strashko <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Signed-off-by: Tero Kristo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi index dc31bd0434cb..e468cc1f8e4d 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi @@ -48,6 +48,11 @@ }; }; + chipid@43000014 { + compatible = "ti,am654-chipid"; + reg = <0x0 0x43000014 0x0 0x4>; + }; + wkup_pmx0: pinmux@4301c000 { compatible = "pinctrl-single"; /* Proxy 0 addressing */ |