Skip to content

Commit

Permalink
rk3328-dtsi-sdmmc-ext-node(:1)
Browse files Browse the repository at this point in the history
Original-Subject: sdmmc-ext node
None
X-Armbian: Patch-File: rk3328-dtsi-sdmmc-ext-node
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.3
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: sdmmc-ext node
  • Loading branch information
paolosabatino authored and Armbian AutoPatcher committed Sep 25, 2021
1 parent 730efe5 commit d8318be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328.dtsi
Expand Up @@ -1027,6 +1027,20 @@
status = "disabled";
};

sdmmc_ext: dwmmc@ff5f0000 {
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff5f0000 0x0 0x4000>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_SDMMC_EXT>, <&cru SCLK_SDMMC_EXT>,
<&cru SCLK_SDMMC_EXT_DRV>, <&cru SCLK_SDMMC_EXT_SAMPLE>;
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
fifo-depth = <0x100>;
max-frequency = <150000000>;
resets = <&cru SRST_SDMMCEXT>;
reset-names = "reset";
status = "disabled";
};

gmac2io: ethernet@ff540000 {
compatible = "rockchip,rk3328-gmac";
reg = <0x0 0xff540000 0x0 0x10000>;
Expand Down

0 comments on commit d8318be

Please sign in to comment.