| .. | .. |
|---|
| 1 | | -/* |
|---|
| 2 | | - * Copyright (C) 2015 Freescale Semiconductor, Inc. |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 7 | | - */ |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | +// |
|---|
| 3 | +// Copyright (C) 2015 Freescale Semiconductor, Inc. |
|---|
| 8 | 4 | |
|---|
| 9 | 5 | #include "imx6sx-sdb.dtsi" |
|---|
| 10 | 6 | |
|---|
| .. | .. |
|---|
| 112 | 108 | pinctrl-0 = <&pinctrl_qspi2>; |
|---|
| 113 | 109 | status = "okay"; |
|---|
| 114 | 110 | |
|---|
| 115 | | - flash0: n25q256a@0 { |
|---|
| 111 | + flash0: flash@0 { |
|---|
| 116 | 112 | #address-cells = <1>; |
|---|
| 117 | 113 | #size-cells = <1>; |
|---|
| 118 | 114 | compatible = "micron,n25q256a", "jedec,spi-nor"; |
|---|
| 119 | 115 | spi-max-frequency = <29000000>; |
|---|
| 116 | + spi-rx-bus-width = <4>; |
|---|
| 117 | + spi-tx-bus-width = <4>; |
|---|
| 120 | 118 | reg = <0>; |
|---|
| 121 | 119 | }; |
|---|
| 122 | 120 | |
|---|
| 123 | | - flash1: n25q256a@1 { |
|---|
| 121 | + flash1: flash@2 { |
|---|
| 124 | 122 | #address-cells = <1>; |
|---|
| 125 | 123 | #size-cells = <1>; |
|---|
| 126 | 124 | compatible = "micron,n25q256a", "jedec,spi-nor"; |
|---|
| 127 | 125 | spi-max-frequency = <29000000>; |
|---|
| 128 | | - reg = <1>; |
|---|
| 126 | + spi-rx-bus-width = <4>; |
|---|
| 127 | + spi-tx-bus-width = <4>; |
|---|
| 128 | + reg = <2>; |
|---|
| 129 | 129 | }; |
|---|
| 130 | 130 | }; |
|---|
| 131 | 131 | |
|---|
| .. | .. |
|---|
| 136 | 136 | ®_soc { |
|---|
| 137 | 137 | vin-supply = <&sw1a_reg>; |
|---|
| 138 | 138 | }; |
|---|
| 139 | + |
|---|
| 140 | +®_vdd1p1 { |
|---|
| 141 | + vin-supply = <&vgen6_reg>; |
|---|
| 142 | +}; |
|---|
| 143 | + |
|---|
| 144 | +®_vdd2p5 { |
|---|
| 145 | + vin-supply = <&vgen6_reg>; |
|---|
| 146 | +}; |
|---|
| 147 | + |
|---|
| 148 | +®_can_stby { |
|---|
| 149 | + /* Transceiver EN/STBY is active low on RevB board */ |
|---|
| 150 | + gpio = <&gpio4 27 GPIO_ACTIVE_LOW>; |
|---|
| 151 | +}; |
|---|
| 152 | + |
|---|
| 153 | +&snvs_pwrkey { |
|---|
| 154 | + status = "okay"; |
|---|
| 155 | +}; |
|---|