Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Nintendo 3DS: Add atheros,ath6kl to the DTS
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Jun 30, 2017
1 parent 3aa9b93 commit f563464
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 38 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/nintendo3ds_ctr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@
};
};

mmc3: mmc@10122000 {
#address-cells = <1>;
#size-cells = <0>;
non-removable;
status = "okay";

ath6kl: ath6kl@1 {
compatible = "atheros,ath6kl";
atheros,board-id = "SD32";
};
};

n3ds_input0: input@10146000 {
compatible = "nintendo3ds-input";
};
Expand Down Expand Up @@ -102,6 +114,11 @@
#size-cells = <0>;
compatible = "nintendo3ds,nintendo3ds-i2c";
reg = <0x10148000 0x06>;

sc16is750: sc16is750@9a {
compatible = "nxp,sc16is750";
reg = <0x9a>;
};
};

spi0: spi@10160000 {
Expand Down
Loading

0 comments on commit f563464

Please sign in to comment.