ODROID-COMMON: add missing documents for ODROID-N2 device tree

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I92b5009c49378fdb232933dbcde5ad6a96eb5bf7
This commit is contained in:
Dongjin Kim
2019-12-18 15:15:26 +09:00
parent 47e5056246
commit cbe11145db
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
* Amlogic Meson IR remote control helper
hk-lirc-helper {
compatible = "hk-lirc-helper";
/* Multi-format IR controller */
reg = <0x0 0xff808040 0x0 0x44>;
status = "ok";
};

View File

@@ -4,3 +4,10 @@ spidev {
reg = <0>;
spi-max-frequency = <3340000>;
};
spidev {
compatible = "linux,spidev";
status = "okay";
reg = <0>;
spi-max-frequency = <3340000>;
};