blob: 91545ab6e91bd6f227cb73b86b88f9617fb80ffa [file] [log] [blame]
Harald Seiler2c862712020-04-16 10:52:19 +02001// SPDX-License-Identifier: (GPL-2.0+)
2/*
3 * Copyright (C) 2020 Harald Seiler <hws@denx.de>
4 */
5
Philip Oberfichtnere1e0d9a2022-05-20 10:46:19 +02006/ {
7 aliases {
8 eeprom0 = &eeprom0;
9 };
10};
11
12&i2c3 {
13 eeprom0: eeprom@50 {
14 };
15};
16
Harald Seiler2c862712020-04-16 10:52:19 +020017&reg_usb_otg_vbus {
18 gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
19 enable-active-high;
20};