Commit 6e5f3ac6 authored by Ghennadi Procopciuc's avatar Ghennadi Procopciuc Committed by Shawn Guo

arm64: dts: s32g: add uSDHC node

Add the uSDHC node for the boards that are based on S32G SoCs.
Signed-off-by: default avatarCiprian Costea <ciprianmarian.costea@nxp.com>
Signed-off-by: default avatarGhennadi Procopciuc <ghennadi.procopciuc@nxp.com>
Reviewed-by: default avatarMatthias Brugger <mbrugger@suse.com>
Reviewed-by: default avatarChester Lin <chester62515@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent abd9ba92
......@@ -138,6 +138,16 @@ uart2: serial@402bc000 {
status = "disabled";
};
usdhc0: mmc@402f0000 {
compatible = "nxp,s32g2-usdhc";
reg = <0x402f0000 0x1000>;
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks 32>, <&clks 31>, <&clks 33>;
clock-names = "ipg", "ahb", "per";
bus-width = <8>;
status = "disabled";
};
gic: interrupt-controller@50800000 {
compatible = "arm,gic-v3";
reg = <0x50800000 0x10000>,
......
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Copyright (c) 2021 SUSE LLC
* Copyright (c) 2019-2021 NXP
* Copyright 2019-2021, 2024 NXP
*/
/dts-v1/;
......@@ -32,3 +32,7 @@ memory@80000000 {
&uart0 {
status = "okay";
};
&usdhc0 {
status = "okay";
};
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Copyright (c) 2021 SUSE LLC
* Copyright (c) 2019-2021 NXP
* Copyright 2019-2021, 2024 NXP
*/
/dts-v1/;
......@@ -38,3 +38,7 @@ &uart0 {
&uart1 {
status = "okay";
};
&usdhc0 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment