1/* 2 * Copyright (c) 2018 Linaro Limited 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 soc { 9 i2c@f0004000 { 10 interrupts = <23 1>; 11 }; 12 13 i2c@f0005000 { 14 interrupts = <24 1>; 15 }; 16 17 uart@f0008000 { 18 interrupts = <27 1>; 19 }; 20 21 uart@f0009000 { 22 interrupts = <28 1>; 23 }; 24 25 uart@f000a000 { 26 interrupts = <29 1>; 27 }; 28 29 gpio@f0002000 { 30 interrupts = <22 1>; 31 }; 32 33 spi@f0006000 { 34 interrupts = <25 1>; 35 }; 36 37 spi@f0007000 { 38 interrupts = <26 1>; 39 }; 40 }; 41}; 42