1 // SPDX-License-Identifier: (GPL-2.0-or-later OR X11) 2 /* 3 * Copyright 2023 TQ-Systems GmbH <linux@ew.tq-group.com>, 4 * D-82229 Seefeld, Germany. 5 * Author: Alexander Stein 6 */ 7 8 &mu_m0 { 9 interrupts = <GIC_SPI 469 IRQ_TYPE_LEVEL_HIGH>; 10 }; 11 12 &mu1_m0 { 13 interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>; 14 }; 15 16 &vpu_core0 { 17 reg = <0x2d040000 0x10000>; 18 }; 19 20 &vpu_core1 { 21 reg = <0x2d050000 0x10000>; 22 }; 23 24 /delete-node/ &mu2_m0; 25 /delete-node/ &vpu_core2;
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.