summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi
blob: 650ab97ec9993022d81ec3fa1fd5351a927843e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (C) 2018 Vasily Khoruzhick <anarsoul@gmail.com>
 *
 */

#include "sunxi-u-boot.dtsi"

/* The ANX6345 eDP-bridge is on r_i2c */
&r_i2c {
	anx6345: edp-bridge@38 {
		compatible = "analogix,anx6345";
		reg = <0x38>;
		reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
		status = "okay";
	};
};