Mathew McBride | 43b3850 | 2023-04-12 07:38:15 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | #include <config.h> |
| 3 | |
| 4 | #include "fsl-ls1088a-u-boot.dtsi" |
| 5 | |
Mathew McBride | 1ffffd7 | 2023-04-12 07:38:29 +0000 | [diff] [blame] | 6 | /{ |
| 7 | aliases { |
| 8 | spi0 = &qspi; |
Mathew McBride | 24b0ab0 | 2023-07-21 04:39:25 +0000 | [diff] [blame] | 9 | ethernet0 = &dpmac7; |
| 10 | ethernet1 = &dpmac8; |
| 11 | ethernet2 = &dpmac9; |
| 12 | ethernet3 = &dpmac10; |
| 13 | ethernet4 = &dpmac3; |
| 14 | ethernet5 = &dpmac4; |
| 15 | ethernet6 = &dpmac5; |
| 16 | ethernet7 = &dpmac6; |
| 17 | ethernet8 = &dpmac2; |
| 18 | ethernet9 = &dpmac1; |
Mathew McBride | 1ffffd7 | 2023-04-12 07:38:29 +0000 | [diff] [blame] | 19 | }; |
| 20 | }; |
| 21 | |
| 22 | &i2c0 { |
| 23 | uc: board-controller@7e { |
| 24 | compatible = "traverse,ten64-controller"; |
| 25 | reg = <0x7e>; |
| 26 | }; |
| 27 | }; |
| 28 | |