blob: db55773bd238163c64d50e4d6e53f50b9ab61a51 [file] [log] [blame]
Pragnesh Patel88eec612020-05-29 11:33:22 +05301// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * (C) Copyright 2019 SiFive, Inc
4 */
5
6/ {
7 soc {
8 otp: otp@10070000 {
9 compatible = "sifive,fu540-c000-otp";
10 reg = <0x0 0x10070000 0x0 0x0FFF>;
11 fuse-count = <0x1000>;
12 };
13 };
14};