summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/jh7100-visionfive.dts
blob: 341911139b10ed5f3c7e93754ec7305255cabe06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/* Copyright (c) 2021 Jianlong Huang <jianlong.huang@starfivetech.com> */

/dts-v1/;
#include "jh7100-beaglev-starlight.dts"

/ {
	model = "StarFive VisionFive V1";

	gpio-restart {
		compatible = "gpio-restart";
		gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;
		priority = <256>;
	};
};

&gmac {
	/delete-property/ snps,reset-gpios;
};

&gpio {
	/* don't reset gpio mux for serial console and reset gpio */
	starfive,keep-gpiomux = <13 14 63>;
};

&i2c0 {
	eeprom_dev:eeprom@50 {
		compatible = "atmel,24c04";
		reg = <0x50>;
		pagesize = <16>;
	};
};