Samuel Holland | 26bc4e7 | 2020-10-24 10:21:55 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | // Copyright (C) 2020 Ondrej Jirman <megous@megous.com> |
| 3 | |
| 4 | /dts-v1/; |
| 5 | |
| 6 | #include "sun50i-a64-pinephone.dtsi" |
| 7 | |
| 8 | / { |
| 9 | model = "Pine64 PinePhone Developer Batch (1.0)"; |
Andre Przywara | fb67547 | 2021-04-17 22:55:19 +0100 | [diff] [blame] | 10 | compatible = "pine64,pinephone-1.0", "pine64,pinephone", "allwinner,sun50i-a64"; |
| 11 | }; |
| 12 | |
Andre Przywara | 5eb4bbe | 2022-09-11 00:04:41 +0100 | [diff] [blame] | 13 | &codec_analog { |
| 14 | allwinner,internal-bias-resistor; |
| 15 | }; |
| 16 | |
Andre Przywara | fb67547 | 2021-04-17 22:55:19 +0100 | [diff] [blame] | 17 | &sgm3140 { |
| 18 | enable-gpios = <&pio 2 3 GPIO_ACTIVE_HIGH>; /* PC3 */ |
| 19 | flash-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */ |
Samuel Holland | 26bc4e7 | 2020-10-24 10:21:55 -0500 | [diff] [blame] | 20 | }; |