12345678910111213141516171819202122232425262728293031 |
- /*
- * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
- / {
- soc {
- u-boot,dm-spl;
- };
- };
- &aips1 {
- u-boot,dm-spl;
- };
- &gpio1 {
- u-boot,dm-spl;
- };
- &gpio4 {
- u-boot,dm-spl;
- };
- &iomuxc {
- u-boot,dm-spl;
- };
- &aips2 {
- u-boot,dm-spl;
- };
|