1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /* Copyright (c) 2018-2019 SiFive, Inc */
4 #include "fu540-c000.dtsi"
5 #include <dt-bindings/gpio/gpio.h>
7 /* Clock frequency (in Hz) of the PCB crystal for rtcclk */
8 #define RTCCLK_FREQ 1000000
13 model = "SiFive HiFive Unleashed A00";
14 compatible = "sifive,hifive-unleashed-a00", "sifive,fu540-c000";
17 stdout-path = "serial0";
21 timebase-frequency = <RTCCLK_FREQ>;
25 device_type = "memory";
26 reg = <0x0 0x80000000 0x2 0x00000000>;
34 compatible = "fixed-clock";
35 clock-frequency = <33333333>;
36 clock-output-names = "hfclk";
41 compatible = "fixed-clock";
42 clock-frequency = <RTCCLK_FREQ>;
43 clock-output-names = "rtcclk";
46 compatible = "gpio-restart";
47 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
66 compatible = "issi,is25wp256", "jedec,spi-nor";
68 spi-max-frequency = <50000000>;
70 spi-tx-bus-width = <4>;
71 spi-rx-bus-width = <4>;
78 compatible = "mmc-spi-slot";
80 spi-max-frequency = <20000000>;
81 voltage-ranges = <3300 3300>;
90 phy0: ethernet-phy@0 {