ast2500.dtsi (e599f2e0a450871d4cba65e3c4831763b570d023) | ast2500.dtsi (f51926ee5d03bcf9606a4b14bf6c5e8e66a81f59) |
---|---|
1/* 2 * This device tree is copied from 3 * https://raw.githubusercontent.com/torvalds/linux/34ea5c9d/arch/arm/boot/dts/aspeed-g5.dtsi 4 */ 5#include "skeleton.dtsi" 6 7/ { 8 model = "Aspeed BMC"; --- 406 unchanged lines hidden (view full) --- 415 416&i2c { 417 i2c_ic: interrupt-controller@0 { 418 #interrupt-cells = <1>; 419 compatible = "aspeed,ast2500-i2c-ic"; 420 reg = <0x0 0x40>; 421 interrupts = <12>; 422 interrupt-controller; | 1/* 2 * This device tree is copied from 3 * https://raw.githubusercontent.com/torvalds/linux/34ea5c9d/arch/arm/boot/dts/aspeed-g5.dtsi 4 */ 5#include "skeleton.dtsi" 6 7/ { 8 model = "Aspeed BMC"; --- 406 unchanged lines hidden (view full) --- 415 416&i2c { 417 i2c_ic: interrupt-controller@0 { 418 #interrupt-cells = <1>; 419 compatible = "aspeed,ast2500-i2c-ic"; 420 reg = <0x0 0x40>; 421 interrupts = <12>; 422 interrupt-controller; |
423 resets = <&rst ASPEED_RESET_I2C>; |
|
423 }; 424 425 i2c0: i2c-bus@40 { 426 #address-cells = <1>; 427 #size-cells = <0>; 428 #interrupt-cells = <1>; 429 430 reg = <0x40 0x40>; --- 1038 unchanged lines hidden --- | 424 }; 425 426 i2c0: i2c-bus@40 { 427 #address-cells = <1>; 428 #size-cells = <0>; 429 #interrupt-cells = <1>; 430 431 reg = <0x40 0x40>; --- 1038 unchanged lines hidden --- |