|
@@ -22,6 +22,48 @@
|
|
|
silent_console = <0>;
|
|
|
};
|
|
|
|
|
|
+ gpioa {
|
|
|
+ compatible = "intel,ich6-gpio";
|
|
|
+ u-boot,dm-pre-reloc;
|
|
|
+ reg = <0 0x20>;
|
|
|
+ bank-name = "A";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpiob {
|
|
|
+ compatible = "intel,ich6-gpio";
|
|
|
+ u-boot,dm-pre-reloc;
|
|
|
+ reg = <0x20 0x20>;
|
|
|
+ bank-name = "B";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpioc {
|
|
|
+ compatible = "intel,ich6-gpio";
|
|
|
+ u-boot,dm-pre-reloc;
|
|
|
+ reg = <0x40 0x20>;
|
|
|
+ bank-name = "C";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpiod {
|
|
|
+ compatible = "intel,ich6-gpio";
|
|
|
+ u-boot,dm-pre-reloc;
|
|
|
+ reg = <0x60 0x20>;
|
|
|
+ bank-name = "D";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpioe {
|
|
|
+ compatible = "intel,ich6-gpio";
|
|
|
+ u-boot,dm-pre-reloc;
|
|
|
+ reg = <0x80 0x20>;
|
|
|
+ bank-name = "E";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpiof {
|
|
|
+ compatible = "intel,ich6-gpio";
|
|
|
+ u-boot,dm-pre-reloc;
|
|
|
+ reg = <0xA0 0x20>;
|
|
|
+ bank-name = "F";
|
|
|
+ };
|
|
|
+
|
|
|
chosen {
|
|
|
stdout-path = "/serial";
|
|
|
};
|