diff options
Diffstat (limited to 'mtcdt')
-rw-r--r-- | mtcdt/ap1-003-0.0.dtso | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mtcdt/ap1-003-0.0.dtso b/mtcdt/ap1-003-0.0.dtso index b97ff8d..2d530cf 100644 --- a/mtcdt/ap1-003-0.0.dtso +++ b/mtcdt/ap1-003-0.0.dtso @@ -23,13 +23,13 @@ /* target = <0x75>;*/ __overlay__ { ap1-spi@0 { - compatible = "spidev"; - spi-max-frequency = <2000000>; + compatible = "mts,mtac"; + spi-max-frequency = <1000000>; reg = <0>; };/*ap1-spi0*/ ap1-spi@1 { - compatible = "spidev"; - spi-max-frequency = <2000000>; + compatible = "mts,mtac"; + spi-max-frequency = <1000000>; reg = <1>; }; /*ap1-spi1*/ }; /*overlay*/ |