diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2022-04-27 12:59:53 +0530 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2022-04-27 15:55:53 +0530 |
commit | c37c58fdeb8a9ddaff2ae512bf738ac7a5d3cd2e (patch) | |
tree | da9104a4100a105b1d03f050e4bf6cc9756d6d90 /arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | |
parent | 065d62612e264e228c153afe9aa31d85aeea3d17 (diff) | |
download | lwn-c37c58fdeb8a9ddaff2ae512bf738ac7a5d3cd2e.tar.gz lwn-c37c58fdeb8a9ddaff2ae512bf738ac7a5d3cd2e.zip |
arm64: dts: ti: k3-am62: Add more peripheral nodes
Add nodes for McSPI, OSPI, DMA, CPSW, MMC and On Chip SRAM nodes.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20220427072954.8821-2-vigneshr@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi index 9d210d55fc71..d103824c963f 100644 --- a/arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi @@ -33,4 +33,24 @@ clocks = <&k3_clks 106 2>; clock-names = "fck"; }; + + mcu_spi0: spi@4b00000 { + compatible = "ti,am654-mcspi", "ti,omap4-mcspi"; + reg = <0x00 0x04b00000 0x00 0x400>; + interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>; + #address-cells = <1>; + #size-cells = <0>; + power-domains = <&k3_pds 147 TI_SCI_PD_EXCLUSIVE>; + clocks = <&k3_clks 147 0>; + }; + + mcu_spi1: spi@4b10000 { + compatible = "ti,am654-mcspi","ti,omap4-mcspi"; + reg = <0x00 0x04b10000 0x00 0x400>; + interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>; + #address-cells = <1>; + #size-cells = <0>; + power-domains = <&k3_pds 148 TI_SCI_PD_EXCLUSIVE>; + clocks = <&k3_clks 148 0>; + }; }; |