summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/jh7100-visionfive.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/dts/jh7100-visionfive.dts')
-rw-r--r--arch/riscv/dts/jh7100-visionfive.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/riscv/dts/jh7100-visionfive.dts b/arch/riscv/dts/jh7100-visionfive.dts
new file mode 100644
index 0000000000..33e51950b7
--- /dev/null
+++ b/arch/riscv/dts/jh7100-visionfive.dts
@@ -0,0 +1,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>;
+ };
+}; \ No newline at end of file