blob: a72b57305dc3864c987e8289c2dfbd1d92b440d9 [file] [log] [blame]
Vladimir Oltean50c49ef2022-01-03 14:47:35 +02001// 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};