xref: /linux/scripts/dtc/include-prefixes/riscv/sophgo/cv181x.dtsi (revision c34e9ab9a612ee8b18273398ef75c207b01f516d)
1*b5cf65ccSInochi Amaoto// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*b5cf65ccSInochi Amaoto/*
3*b5cf65ccSInochi Amaoto * Copyright (C) 2024 Inochi Amaoto <inochiama@outlook.com>
4*b5cf65ccSInochi Amaoto */
5*b5cf65ccSInochi Amaoto
6*b5cf65ccSInochi Amaoto#include <dt-bindings/clock/sophgo,cv1800.h>
7*b5cf65ccSInochi Amaoto#include <dt-bindings/interrupt-controller/irq.h>
8*b5cf65ccSInochi Amaoto
9*b5cf65ccSInochi Amaoto/ {
10*b5cf65ccSInochi Amaoto	soc {
11*b5cf65ccSInochi Amaoto		emmc: mmc@4300000 {
12*b5cf65ccSInochi Amaoto			compatible = "sophgo,cv1800b-dwcmshc";
13*b5cf65ccSInochi Amaoto			reg = <0x4300000 0x1000>;
14*b5cf65ccSInochi Amaoto			interrupts = <34 IRQ_TYPE_LEVEL_HIGH>;
15*b5cf65ccSInochi Amaoto			clocks = <&clk CLK_AXI4_EMMC>,
16*b5cf65ccSInochi Amaoto				 <&clk CLK_EMMC>;
17*b5cf65ccSInochi Amaoto			clock-names = "core", "bus";
18*b5cf65ccSInochi Amaoto			status = "disabled";
19*b5cf65ccSInochi Amaoto		};
20*b5cf65ccSInochi Amaoto	};
21*b5cf65ccSInochi Amaoto};
22