1/*
2 * Copyright (c) 2024 Antmicro <www.antmicro.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	model = "SiFive HiFive 1 Rev. B";
9	compatible = "sifive,hifive1_revb";
10};
11
12&uart1 {
13	status = "okay";
14	current-speed = <115200>;
15};
16
17&spi0 {
18	reg = <0x10014000 0x1000 0x20010000 0x3c0900>;
19};
20
21&spi2 {
22	status = "okay";
23	pinctrl-0 = <&spi1_cs2_default
24		     &spi1_mosi_default
25		     &spi1_miso_default
26		     &spi1_sck_default>;
27	pinctrl-names = "default";
28};
29