1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /* Copyright (c) 2018-2019 SiFive, Inc */
4 #include "fu540-c000.dtsi"
6 /* Clock frequency (in Hz) of the PCB crystal for rtcclk */
7 #define RTCCLK_FREQ 1000000
12 model = "SiFive HiFive Unleashed A00";
13 compatible = "sifive,hifive-unleashed-a00", "sifive,fu540-c000";
16 stdout-path = "serial0";
20 timebase-frequency = <RTCCLK_FREQ>;
24 device_type = "memory";
25 reg = <0x0 0x80000000 0x2 0x00000000>;
33 compatible = "fixed-clock";
34 clock-frequency = <33333333>;
35 clock-output-names = "hfclk";
40 compatible = "fixed-clock";
41 clock-frequency = <RTCCLK_FREQ>;
42 clock-output-names = "rtcclk";
61 compatible = "issi,is25wp256", "jedec,spi-nor";
63 spi-max-frequency = <50000000>;
65 spi-tx-bus-width = <4>;
66 spi-rx-bus-width = <4>;
73 compatible = "mmc-spi-slot";
75 spi-max-frequency = <20000000>;
76 voltage-ranges = <3300 3300>;
85 phy0: ethernet-phy@0 {