Vasily Khoruzhick | b972831 | 2018-11-05 20:24:31 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Copyright (C) 2018 Vasily Khoruzhick <anarsoul@gmail.com> |
| 4 | * |
| 5 | */ |
| 6 | |
Jagan Teki | cebeba9 | 2019-01-25 13:58:25 +0530 | [diff] [blame] | 7 | #include "sunxi-u-boot.dtsi" |
| 8 | |
Vasily Khoruzhick | b972831 | 2018-11-05 20:24:31 -0800 | [diff] [blame] | 9 | /* The ANX6345 eDP-bridge is on r_i2c */ |
| 10 | &r_i2c { |
| 11 | anx6345: edp-bridge@38 { |
| 12 | compatible = "analogix,anx6345"; |
| 13 | reg = <0x38>; |
| 14 | reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */ |
| 15 | status = "okay"; |
| 16 | }; |
| 17 | }; |