xref: /openbmc/u-boot/arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi (revision ecab65e4cdec0ee408ca1ac9d0b06d2793fdae91)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2018 Vasily Khoruzhick <anarsoul@gmail.com>
4 *
5 */
6
7/* The ANX6345 eDP-bridge is on r_i2c */
8&r_i2c {
9	anx6345: edp-bridge@38 {
10		compatible = "analogix,anx6345";
11		reg = <0x38>;
12		reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
13		status = "okay";
14	};
15};
16