Skip to content

Instantly share code, notes, and snippets.

@tedr56
Created February 20, 2018 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tedr56/2353c7ab7fd9b68c9e3662abafddb5a9 to your computer and use it in GitHub Desktop.
Save tedr56/2353c7ab7fd9b68c9e3662abafddb5a9 to your computer and use it in GitHub Desktop.
rock64 dts
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
supports-emmc;
clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
<&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
disable-wp;
max-frequency = <200000000>;
mmc-hs200-1_8v;
non-removable;
num-slots = <1>;
pinctrl-names = "default";
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
status = "okay";
supports-emmc;
vmmc-supply = <&vcc_io>;
vqmmc-supply = <&vcc_18emmc>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment