Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 deletions arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
Original file line number Diff line number Diff line change
Expand Up @@ -145,34 +145,10 @@
clocks = <&clk_apb>;
};

gpio0: gpio@1e780000 {
gpio: gpio@1e780000 {
compatible = "aspeed,ast2400-gpio";
reg = <0x1e780000 0x20>;
};

gpio1: gpio@1e780020 {
compatible = "aspeed,ast2400-gpio";
reg = <0x1e780020 0x20>;
};

gpio2: gpio@1e780070 {
compatible = "aspeed,ast2400-gpio";
reg = <0x1e780070 0x8>;
};

gpio3: gpio@1e780078 {
compatible = "aspeed,ast2400-gpio";
reg = <0x1e780078 0x8>;
};

gpio4: gpio@1e780080 {
compatible = "aspeed,ast2400-gpio";
reg = <0x1e780080 0x8>;
};

gpio5: gpio@1e780088 {
compatible = "aspeed,ast2400-gpio";
reg = <0x1e780088 0x8>;
reg = <0x1e780000 0x1000>;
interrupts = <20>;
};

uart1: serial@1e783000 {
Expand Down
Loading