Vladimir Oltean | f0f43e7 | 2022-01-03 14:47:35 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* Copyright 2021 NXP */ | ||||
3 | |||||
4 | /* | ||||
5 | * u-boot will enable the device in the linux device tree in place. Because | ||||
6 | * we are using the linux device tree, we have to enable the PCI controller | ||||
7 | * ourselves. | ||||
8 | */ | ||||
9 | &pcie1 { | ||||
10 | status = "okay"; | ||||
11 | }; | ||||
12 | |||||
13 | &pcie2 { | ||||
14 | status = "okay"; | ||||
15 | }; |