power_controller: read gpio pins from device tree
[bmcd] / src / hal / gpio_definitions.rs
index 18e76f48314f1128de56f1037c78dcff54e04234..84ef8c188be5e734eefa910071b1646508e4595e 100644 (file)
@@ -34,11 +34,6 @@ pub const NODE2_USBOTG_DEV: u32 = 6;
 pub const NODE3_USBOTG_DEV: u32 = 10;
 pub const NODE4_USBOTG_DEV: u32 = 14;
 
-pub const PORT1_EN: u32 = 0;
-pub const PORT2_EN: u32 = 4;
-pub const PORT3_EN: u32 = 8;
-pub const PORT4_EN: u32 = 12;
-
 pub const PORT1_RPIBOOT: u32 = 3;
 pub const PORT2_RPIBOOT: u32 = 7;
 pub const PORT3_RPIBOOT: u32 = 11;