stingray.dtsi (a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0) | stingray.dtsi (91adecf911e5df78ea3e8f866e69db2c33416a5c) |
---|---|
1/* 2 * BSD LICENSE 3 * 4 * Copyright(c) 2015-2017 Broadcom. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 436 unchanged lines hidden (view full) --- 445 446 gpio_hsls: gpio@d0000 { 447 compatible = "brcm,iproc-gpio"; 448 reg = <0x000d0000 0x864>; 449 ngpios = <151>; 450 #gpio-cells = <2>; 451 gpio-controller; 452 interrupt-controller; | 1/* 2 * BSD LICENSE 3 * 4 * Copyright(c) 2015-2017 Broadcom. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 436 unchanged lines hidden (view full) --- 445 446 gpio_hsls: gpio@d0000 { 447 compatible = "brcm,iproc-gpio"; 448 reg = <0x000d0000 0x864>; 449 ngpios = <151>; 450 #gpio-cells = <2>; 451 gpio-controller; 452 interrupt-controller; |
453 #interrupt-cells = <2>; |
|
453 interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>; 454 gpio-ranges = <&pinmux 0 0 16>, 455 <&pinmux 16 71 2>, 456 <&pinmux 18 131 8>, 457 <&pinmux 26 83 6>, 458 <&pinmux 32 123 4>, 459 <&pinmux 36 43 24>, 460 <&pinmux 60 89 2>, --- 257 unchanged lines hidden --- | 454 interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>; 455 gpio-ranges = <&pinmux 0 0 16>, 456 <&pinmux 16 71 2>, 457 <&pinmux 18 131 8>, 458 <&pinmux 26 83 6>, 459 <&pinmux 32 123 4>, 460 <&pinmux 36 43 24>, 461 <&pinmux 60 89 2>, --- 257 unchanged lines hidden --- |