1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 3/ { 4 cpus { 5 bootph-pre-ram; 6 CPU0: cpu@0 { 7 bootph-pre-ram; 8 CPU0_intc: interrupt-controller { 9 bootph-pre-ram; 10 }; 11 }; 12 CPU1: cpu@1 { 13 bootph-pre-ram; 14 CPU1_intc: interrupt-controller { 15 bootph-pre-ram; 16 }; 17 }; 18 CPU2: cpu@2 { 19 bootph-pre-ram; 20 CPU2_intc: interrupt-controller { 21 bootph-pre-ram; 22 }; 23 }; 24 CPU3: cpu@3 { 25 bootph-pre-ram; 26 CPU3_intc: interrupt-controller { 27 bootph-pre-ram; 28 }; 29 }; 30 }; 31 32 memory@0 { 33 bootph-pre-ram; 34 }; 35 36 soc { 37 bootph-pre-ram; 38 39 plicsw: interrupt-controller@e6400000 { 40 bootph-pre-ram; 41 }; 42 43 plmt0@e6000000 { 44 bootph-pre-ram; 45 }; 46 }; 47 48 serial0: serial@f0300000 { 49 bootph-pre-ram; 50 }; 51 52}; 53