| // SPDX-License-Identifier: GPL-2.0 |
| * dts file for Xilinx Versal NET Mini eMMC Configuration |
| * (C) Copyright 2023, Advanced Micro Devices, Inc. |
| * Michal Simek <michal.simek@amd.com> |
| * Ashok Reddy Soma <ashok.reddy.soma@amd.com> |
| compatible = "xlnx,versal-net-mini"; |
| model = "Xilinx Versal NET MINI eMMC"; |
| stdout-path = "serial0:115200"; |
| reg = <0 0 0 0x20000000>; |
| compatible = "fixed-clock"; |
| clock-frequency = <200000000>; |
| compatible = "simple-bus"; |
| compatible = "xlnx,versal-net-emmc"; |
| reg = <0 0xf1050000 0 0x10000>; |
| clock-names = "clk_xin", "clk_ahb"; |
| clocks = <&clk200>, <&clk200>; |