Skip to content

Commit

Permalink
reServer AGX Orin: release some pins that reServer does not use
Browse files Browse the repository at this point in the history
  • Loading branch information
Pillar1989 committed Mar 26, 2024
1 parent 57a7670 commit af4cc0f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions overlays/agx-orin/agx-orin-seeed-reserver.dts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,13 @@
default-state = "off";
};
};

//remove PEE.04
gpio-keys {
power_key {
status = "disabled";
};
};
};
};
// Because the following code is applied, the following command cannot be used to apply overlay.
Expand Down Expand Up @@ -383,6 +390,21 @@

//ttyTHS0 for M.2 KEY-B (4G/5G)

//remove fixed-regulators/regulator@111, release PA.00
fragment@17{
target = <&p3737_vdd_3v3_sd>;
__overlay__ {
status = "disabled";
};
};

//remove fixed-regulators/regulator@114, release PA.01
fragment@18{
target = <&p3737_vdd_12v_pcie>;
__overlay__ {
status = "disabled";
};
};

};

Expand Down

0 comments on commit af4cc0f

Please sign in to comment.