.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2016 Stefan Wahren <stefan.wahren@i2se.com> |
---|
3 | | - * |
---|
4 | | - * The code contained herein is licensed under the GNU General Public |
---|
5 | | - * License. You may obtain a copy of the GNU General Public License |
---|
6 | | - * Version 2 or later at the following locations: |
---|
7 | | - * |
---|
8 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
9 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
10 | 4 | */ |
---|
11 | 5 | |
---|
12 | 6 | /dts-v1/; |
---|
.. | .. |
---|
18 | 12 | compatible = "raspberrypi,model-zero", "brcm,bcm2835"; |
---|
19 | 13 | model = "Raspberry Pi Zero"; |
---|
20 | 14 | |
---|
| 15 | + memory@0 { |
---|
| 16 | + device_type = "memory"; |
---|
| 17 | + reg = <0 0x20000000>; |
---|
| 18 | + }; |
---|
| 19 | + |
---|
21 | 20 | leds { |
---|
22 | | - act { |
---|
| 21 | + led-act { |
---|
23 | 22 | gpios = <&gpio 47 GPIO_ACTIVE_HIGH>; |
---|
24 | 23 | }; |
---|
25 | 24 | }; |
---|
.. | .. |
---|
34 | 33 | * "FOO" = GPIO line named "FOO" on the schematic |
---|
35 | 34 | * "FOO_N" = GPIO line named "FOO" on schematic, active low |
---|
36 | 35 | */ |
---|
37 | | - gpio-line-names = "SDA0", |
---|
38 | | - "SCL0", |
---|
| 36 | + gpio-line-names = "ID_SDA", |
---|
| 37 | + "ID_SCL", |
---|
39 | 38 | "SDA1", |
---|
40 | 39 | "SCL1", |
---|
41 | 40 | "GPIO_GCLK", |
---|
.. | .. |
---|
102 | 101 | |
---|
103 | 102 | &hdmi { |
---|
104 | 103 | hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>; |
---|
| 104 | + power-domains = <&power RPI_POWER_DOMAIN_HDMI>; |
---|
| 105 | + status = "okay"; |
---|
| 106 | +}; |
---|
| 107 | + |
---|
| 108 | +&sdhost { |
---|
| 109 | + pinctrl-names = "default"; |
---|
| 110 | + pinctrl-0 = <&sdhost_gpio48>; |
---|
| 111 | + bus-width = <4>; |
---|
| 112 | + status = "okay"; |
---|
105 | 113 | }; |
---|
106 | 114 | |
---|
107 | 115 | &uart0 { |
---|