Path: blob/master/arch/riscv/boot/dts/sophgo/cv181x.dtsi
26513 views
// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Copyright (C) 2024 Inochi Amaoto <[email protected]> */ #include <dt-bindings/clock/sophgo,cv1800.h> #include <dt-bindings/interrupt-controller/irq.h> / { soc { emmc: mmc@4300000 { compatible = "sophgo,cv1800b-dwcmshc"; reg = <0x4300000 0x1000>; interrupts = <SOC_PERIPHERAL_IRQ(18) IRQ_TYPE_LEVEL_HIGH>; clocks = <&clk CLK_AXI4_EMMC>, <&clk CLK_EMMC>; clock-names = "core", "bus"; status = "disabled"; }; }; };