summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62p-mcu.dtsi
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-10-23 16:35:24 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2023-10-24 15:35:42 -0500
commit5014368187db197fbe1a629528c26e659e94cfe5 (patch)
tree757dfeafae548a8e79d7bf870ec77029dad6faba /arch/arm/dts/k3-am62p-mcu.dtsi
parent9fa86d1770a63fd41c881f7b8db51daf5104ea75 (diff)
arm: dts: add am62p5 dtbs from linux
Pull in the device tree source files for TI's am62p5 SoCs needed to boot the board from v6.6-rc5. These are an early release with only the peripherals to boot the board via UART boot [bb@ti.com: used DTBs from TI's v6.1 kernel] Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-am62p-mcu.dtsi')
-rw-r--r--arch/arm/dts/k3-am62p-mcu.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62p-mcu.dtsi b/arch/arm/dts/k3-am62p-mcu.dtsi
new file mode 100644
index 0000000000..27ca1c9c6d
--- /dev/null
+++ b/arch/arm/dts/k3-am62p-mcu.dtsi
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Device Tree file for the AM62P MCU domain peripherals
+ * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+&cbass_mcu {
+ mcu_pmx0: pinctrl@4084000 {
+ compatible = "pinctrl-single";
+ reg = <0x00 0x04084000 0x00 0x88>;
+ #pinctrl-cells = <1>;
+ pinctrl-single,register-width = <32>;
+ pinctrl-single,function-mask = <0xffffffff>;
+ };
+};