Harald Seiler | e3876bc | 2020-04-16 10:52:19 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+) |
2 | /* | ||||
3 | * Copyright (C) 2020 Harald Seiler <hws@denx.de> | ||||
4 | */ | ||||
5 | |||||
Philip Oberfichtner | 64c3343 | 2022-05-20 10:46:19 +0200 | [diff] [blame^] | 6 | / { |
7 | aliases { | ||||
8 | eeprom0 = &eeprom0; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &i2c3 { | ||||
13 | eeprom0: eeprom@50 { | ||||
14 | }; | ||||
15 | }; | ||||
16 | |||||
Harald Seiler | e3876bc | 2020-04-16 10:52:19 +0200 | [diff] [blame] | 17 | ®_usb_otg_vbus { |
18 | gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; | ||||
19 | enable-active-high; | ||||
20 | }; |