summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/jh7100-visionfive.dts
blob: 33e51950b76d42c56421a40ed37cda5110376b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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";
};

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